diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-01-19 15:50:23 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-01-19 15:50:23 +0100 |
| commit | a16d23dcde76874fab4b6bdb45067fd01b88cdc1 (patch) | |
| tree | 540cfed27a1200ed6bdbc3a445d6dd8a4dc969fb /src/config/website.ts | |
| parent | 1fa8d8281371db25ef9382b6087b7f3c0db73fe3 (diff) | |
chore: add opengraph and twitter meta
Diffstat (limited to 'src/config/website.ts')
| -rw-r--r-- | src/config/website.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/website.ts b/src/config/website.ts index 12645a7..1b0e2d3 100644 --- a/src/config/website.ts +++ b/src/config/website.ts @@ -12,5 +12,6 @@ export const config = { defaultCountry: 'FR', }, postsPerPage: 10, + twitterId: '@ArmandPhilippot', url: process.env.NEXT_PUBLIC_FRONTEND_URL, }; |
