From a16d23dcde76874fab4b6bdb45067fd01b88cdc1 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Wed, 19 Jan 2022 15:50:23 +0100 Subject: chore: add opengraph and twitter meta --- src/config/website.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config') 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, }; -- cgit v1.2.3