diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-01-20 11:57:16 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-01-20 11:57:16 +0100 |
| commit | f5ba1046b13acd239c472e361f345902937662fb (patch) | |
| tree | d2468fa51f3d2f9dda61eb9cdf6594ad8e618352 /src/config/seo.ts | |
| parent | 08855874397399459b281f6f0506fa5e91cdfdc0 (diff) | |
chore: add a page for projects
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 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.`, + }, }; |
