docs: add missing comma (#31362)

This commit is contained in:
imreegall 2025-03-14 12:46:37 +03:00 committed by Daniel Roe
parent 5d5071579b
commit d7ee76bbb8
No known key found for this signature in database
GPG Key ID: CBC814C393D93268

View File

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