diff options
Diffstat (limited to 'src/config')
| -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.`, +  },  }; | 
