File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,10 @@ export default defineNuxtConfig({
5
5
future : {
6
6
compatibilityVersion : 4 ,
7
7
} ,
8
-
9
8
typescript : {
10
9
strict : true ,
11
10
} ,
12
-
13
11
css : [ '@fontsource-variable/inter' ] ,
14
-
15
12
app : {
16
13
head : {
17
14
charset : 'utf-8' ,
@@ -32,9 +29,7 @@ export default defineNuxtConfig({
32
29
link : [ { rel : 'manifest' , href : '/manifest.webmanifest' } ] ,
33
30
} ,
34
31
} ,
35
-
36
32
ssr : false ,
37
-
38
33
modules : [
39
34
'@nuxt/content' ,
40
35
'@nuxtjs/color-mode' ,
@@ -44,22 +39,18 @@ export default defineNuxtConfig({
44
39
'@vueuse/nuxt' ,
45
40
'@vite-pwa/nuxt' ,
46
41
] ,
47
-
48
42
devtools : {
49
43
enabled : true ,
50
44
} ,
51
-
52
45
eslint : {
53
46
config : {
54
47
standalone : false ,
55
48
} ,
56
49
} ,
57
-
58
50
unocss : {
59
51
preflight : true ,
60
52
components : false ,
61
53
} ,
62
-
63
54
pwa : {
64
55
devOptions : { enabled : true } ,
65
56
registerType : 'autoUpdate' ,
@@ -76,6 +67,4 @@ export default defineNuxtConfig({
76
67
shortcuts : [ { name : 'Blogs' , url : '/blogs' } ] ,
77
68
} ,
78
69
} ,
79
-
80
- compatibilityDate : '2025-04-24' ,
81
70
} )
You can’t perform that action at this time.
0 commit comments