diff options
Diffstat (limited to 'src/config/website.ts')
| -rw-r--r-- | src/config/website.ts | 16 | 
1 files changed, 0 insertions, 16 deletions
diff --git a/src/config/website.ts b/src/config/website.ts deleted file mode 100644 index 81c493f..0000000 --- a/src/config/website.ts +++ /dev/null @@ -1,16 +0,0 @@ -export const config = { -  name: 'Armand Philippot', -  baseline: 'Front-end developer', -  copyright: { -    startYear: '2012', -    endYear: new Date().getFullYear(), -  }, -  locales: { -    defaultLocale: 'fr', -    defaultCountry: 'FR', -    supported: ['en', 'fr'], -  }, -  postsPerPage: 10, -  twitterId: '@ArmandPhilippot', -  url: process.env.NEXT_PUBLIC_FRONTEND_URL, -};  | 
