File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11// https://nuxt.com/docs/api/configuration/nuxt-config
22export default defineNuxtConfig ( {
33 devtools : { enabled : true } ,
4- modules : [ '@nuxt/content' , " @nuxt/image" ] ,
4+ modules : [ '@nuxt/content' , ' @nuxt/image' ] ,
55
66 routeRules : {
77 '/' : { prerender : true }
88 } ,
99
1010 compatibilityDate : '2024-07-27'
11- } )
11+ } )
Original file line number Diff line number Diff line change @@ -7,12 +7,13 @@ export default createConfigForNuxt({
77 stylistic : true ,
88 } ,
99 dirs : {
10- src : [ './playground' ] ,
10+ src : [ './playground' , './docs' ] ,
1111 } ,
1212} ) . append ( {
1313 rules : {
1414 '@stylistic/comma-dangle' : 'off' ,
1515 '@stylistic/indent' : 'off' ,
1616 'vue/no-multiple-template-root' : 'off' ,
17+ 'eslintvue/multi-word-component-names' : 'off' ,
1718 } ,
1819} )
You can’t perform that action at this time.
0 commit comments