diff options
Diffstat (limited to 'src/config/seo.ts')
| -rw-r--r-- | src/config/seo.ts | 4 |
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: '', + }, }; |
