diff options
| author | Armand Philippot <git@armandphilippot.com> | 2021-12-16 13:40:12 +0100 | 
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2021-12-16 13:40:12 +0100 | 
| commit | eb459cc248a5940a14193b20d263ffee3d345026 (patch) | |
| tree | 92ea7b91d4481b4b61f86bef5299227e0bca1c3d /src/config/seo.ts | |
| parent | 94f1c1fbea903e677476a167e51b549bb0c53330 (diff) | |
chore: create contact page
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 dc75cd2..f2a22a6 100644 --- a/src/config/seo.ts +++ b/src/config/seo.ts @@ -13,6 +13,10 @@ 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.`,    }, +  contact: { +    title: t`Contact form | Armand Philippot`, +    description: t`Contact Armand Philippot through its website. All you need to do it's to fill the contact form.`, +  },    legalNotice: {      title: t`Legal notice | Armand Philippot`,      description: t`Discover the ArmandPhilippot.com website legal notice.`, | 
