File tree 3 files changed +108
-100
lines changed
3 files changed +108
-100
lines changed Original file line number Diff line number Diff line change @@ -26,5 +26,8 @@ export default defineNuxtConfig({
26
26
default : 'github-light'
27
27
}
28
28
}
29
+ } ,
30
+ experimental : {
31
+ inlineSSRStyles : false
29
32
}
30
33
} )
Original file line number Diff line number Diff line change 28
28
"@nuxt-themes/tokens" : " ^1.9.1" ,
29
29
"@nuxt-themes/typography" : " ^0.11.0" ,
30
30
"@nuxt/content" : " ^2.6.0" ,
31
- "@nuxthq/studio" : " ^0.11 .0" ,
31
+ "@nuxthq/studio" : " ^0.12 .0" ,
32
32
"@nuxtjs/color-mode" : " ^3.2.0" ,
33
33
"@nuxtjs/tailwindcss" : " ^6.6.7" ,
34
34
"nuxt-config-schema" : " ^0.4.6" ,
35
35
"nuxt-icon" : " ^0.4.0"
36
36
},
37
37
"devDependencies" : {
38
38
"@nuxt/eslint-config" : " ^0.1.1" ,
39
- "@types/node" : " ^18.16.1 " ,
39
+ "@types/node" : " ^18.16.3 " ,
40
40
"eslint" : " ^8.39.0" ,
41
- "nuxt" : " ^3.4.2 " ,
42
- "release-it" : " ^15.10.1 " ,
41
+ "nuxt" : " ^3.4.3 " ,
42
+ "release-it" : " ^15.10.3 " ,
43
43
"typescript" : " ^5.0.4"
44
44
},
45
45
"release-it" : {
You can’t perform that action at this time.
0 commit comments