We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad843f commit 2fd2dc0Copy full SHA for 2fd2dc0
nuxt.config.ts
@@ -6,14 +6,7 @@ export default defineNuxtConfig({
6
'@nuxtjs/color-mode',
7
'@nuxtjs/i18n',
8
'@vueuse/nuxt',
9
- 'nuxt-site-config',
10
],
11
- site: {
12
- title: 'Mafl',
13
- lang: 'en',
14
- theme: 'system',
15
- services: [],
16
- },
17
i18n: {
18
locales: [
19
{
package.json
@@ -33,8 +33,6 @@
33
"husky": "^8.0.3",
34
"lint-staged": "^15.2.0",
35
"nuxt": "^3.9.0",
36
- "nuxt-site-config": "^2.1.3",
37
- "nuxt-site-config-kit": "^2.1.3",
38
"typescript": "^5.3.3",
39
"vue-tsc": "^1.8.27"
40
},
0 commit comments