From a4058ef96e9bd87bfc9a2434bb0b3745696086eb Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sat, 18 Dec 2021 12:31:26 +0100 Subject: chore: add a 404 page --- src/config/seo.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/config') 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: '', + }, }; -- cgit v1.2.3