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({
55 future : {
66 compatibilityVersion : 4 ,
77 } ,
8-
98 typescript : {
109 strict : true ,
1110 } ,
12-
1311 css : [ '@fontsource-variable/inter' ] ,
14-
1512 app : {
1613 head : {
1714 charset : 'utf-8' ,
@@ -32,9 +29,7 @@ export default defineNuxtConfig({
3229 link : [ { rel : 'manifest' , href : '/manifest.webmanifest' } ] ,
3330 } ,
3431 } ,
35-
3632 ssr : false ,
37-
3833 modules : [
3934 '@nuxt/content' ,
4035 '@nuxtjs/color-mode' ,
@@ -44,22 +39,18 @@ export default defineNuxtConfig({
4439 '@vueuse/nuxt' ,
4540 '@vite-pwa/nuxt' ,
4641 ] ,
47-
4842 devtools : {
4943 enabled : true ,
5044 } ,
51-
5245 eslint : {
5346 config : {
5447 standalone : false ,
5548 } ,
5649 } ,
57-
5850 unocss : {
5951 preflight : true ,
6052 components : false ,
6153 } ,
62-
6354 pwa : {
6455 devOptions : { enabled : true } ,
6556 registerType : 'autoUpdate' ,
@@ -76,6 +67,4 @@ export default defineNuxtConfig({
7667 shortcuts : [ { name : 'Blogs' , url : '/blogs' } ] ,
7768 } ,
7869 } ,
79-
80- compatibilityDate : '2025-04-24' ,
8170} )
You can’t perform that action at this time.
0 commit comments