mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
docs: add missing comma (#26644)
This commit is contained in:
parent
bb65d91ae7
commit
c5fe9ea838
@ -105,7 +105,7 @@ export default defineNuxtConfig({
|
|||||||
const resolver = createResolver(import.meta.url)
|
const resolver = createResolver(import.meta.url)
|
||||||
// add a route
|
// add a route
|
||||||
files.push({
|
files.push({
|
||||||
path: resolver.resolve('./runtime/app/router-options')
|
path: resolver.resolve('./runtime/app/router-options'),
|
||||||
optional: true
|
optional: true
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user