aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/website.ts
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-01-29 23:38:13 +0100
committerArmand Philippot <git@armandphilippot.com>2022-01-29 23:38:13 +0100
commit82d310403c4bb09bc2f0a204b6374934a10cf348 (patch)
tree488e93e373a7d9215531bb8fcfc37bcbb290d0fa /src/config/website.ts
parentf49dfba86b9ac745ddc374ee0f02f03d7e81d872 (diff)
refactor(config): move config from config dir to utils
Diffstat (limited to 'src/config/website.ts')
-rw-r--r--src/config/website.ts16
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,
-};