From f5ba1046b13acd239c472e361f345902937662fb Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 20 Jan 2022 11:57:16 +0100 Subject: chore: add a page for projects --- 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 89e38c2..48487bb 100644 --- a/src/config/seo.ts +++ b/src/config/seo.ts @@ -25,4 +25,8 @@ export const seo = { title: t`Error 404: Page not found | Armand Philippot`, description: '', }, + projects: { + title: t`Projects | Armand Philippot`, + description: t`Discover Armand Philippot projects. Mostly related to web development and open source.`, + }, }; -- cgit v1.2.3