docs: add missing comma (#26644)

This commit is contained in:
Nikita 2024-04-04 19:02:52 +03:00 committed by GitHub
parent bb65d91ae7
commit c5fe9ea838
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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
}) })
} }