Skip to content

Commit 2fd2dc0

Browse files
committed
chore: remove nuxt-site-config module
1 parent 4ad843f commit 2fd2dc0

File tree

3 files changed

+11
-481
lines changed

3 files changed

+11
-481
lines changed

nuxt.config.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,7 @@ export default defineNuxtConfig({
66
'@nuxtjs/color-mode',
77
'@nuxtjs/i18n',
88
'@vueuse/nuxt',
9-
'nuxt-site-config',
109
],
11-
site: {
12-
title: 'Mafl',
13-
lang: 'en',
14-
theme: 'system',
15-
services: [],
16-
},
1710
i18n: {
1811
locales: [
1912
{

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
"husky": "^8.0.3",
3434
"lint-staged": "^15.2.0",
3535
"nuxt": "^3.9.0",
36-
"nuxt-site-config": "^2.1.3",
37-
"nuxt-site-config-kit": "^2.1.3",
3836
"typescript": "^5.3.3",
3937
"vue-tsc": "^1.8.27"
4038
},

0 commit comments

Comments
 (0)