diff options
| author | Armand Philippot <git@armandphilippot.com> | 2021-12-15 19:17:11 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2021-12-15 19:26:26 +0100 |
| commit | 94f1c1fbea903e677476a167e51b549bb0c53330 (patch) | |
| tree | 3e0ac1c6acab52b3d31a8130788d39b2c0f9984e /src/config/seo.ts | |
| parent | 3760b757f8fd35eafc340a43f7980ab954413f4e (diff) | |
chore: create legal notice view
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 c5853e9..dc75cd2 100644 --- a/src/config/seo.ts +++ b/src/config/seo.ts @@ -13,4 +13,8 @@ export const seo = { title: t`CV Front-end developer | Armand Philippot`, description: t`Discover the curriculum of Armand Philippot, front-end developer located in France: skills, experiences and training.`, }, + legalNotice: { + title: t`Legal notice | Armand Philippot`, + description: t`Discover the ArmandPhilippot.com website legal notice.`, + }, }; |
