aboutsummaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-01-19 15:50:23 +0100
committerArmand Philippot <git@armandphilippot.com>2022-01-19 15:50:23 +0100
commita16d23dcde76874fab4b6bdb45067fd01b88cdc1 (patch)
tree540cfed27a1200ed6bdbc3a445d6dd8a4dc969fb /src/config
parent1fa8d8281371db25ef9382b6087b7f3c0db73fe3 (diff)
chore: add opengraph and twitter meta
Diffstat (limited to 'src/config')
-rw-r--r--src/config/website.ts1
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,
};