mirror of
https://github.com/nuxt/nuxt.git
synced 2025-03-21 00:35:55 +00:00
docs: add missing comma (#31362)
This commit is contained in:
parent
2083ab9a30
commit
9f427e5f8c
@ -81,7 +81,7 @@ export default defineNuxtModule({
|
||||
const resolver = createResolver(import.meta.url)
|
||||
|
||||
addServerHandler({
|
||||
route: '/robots.txt'
|
||||
route: '/robots.txt',
|
||||
handler: resolver.resolve('./runtime/robots.get.ts')
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user