aboutsummaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-01-20 11:57:16 +0100
committerArmand Philippot <git@armandphilippot.com>2022-01-20 11:57:16 +0100
commitf5ba1046b13acd239c472e361f345902937662fb (patch)
treed2468fa51f3d2f9dda61eb9cdf6594ad8e618352 /src/config
parent08855874397399459b281f6f0506fa5e91cdfdc0 (diff)
chore: add a page for projects
Diffstat (limited to 'src/config')
-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 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.`,
+ },
};