aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/seo.ts
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2021-12-18 12:31:26 +0100
committerArmand Philippot <git@armandphilippot.com>2021-12-18 12:31:26 +0100
commita4058ef96e9bd87bfc9a2434bb0b3745696086eb (patch)
tree92ff8098c64bd9ec831db776ed7e403533618d7e /src/config/seo.ts
parent50d37beeb51c95aaead8b3ef2c946189a066486e (diff)
chore: add a 404 page
Diffstat (limited to 'src/config/seo.ts')
-rw-r--r--src/config/seo.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config/seo.ts b/src/config/seo.ts
index f2a22a6..89e38c2 100644
--- a/src/config/seo.ts
+++ b/src/config/seo.ts
@@ -21,4 +21,8 @@ export const seo = {
title: t`Legal notice | Armand Philippot`,
description: t`Discover the ArmandPhilippot.com website legal notice.`,
},
+ error404: {
+ title: t`Error 404: Page not found | Armand Philippot`,
+ description: '',
+ },
};