Skip to content

Commit

Permalink
chore: broken types
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Oct 15, 2024
1 parent be597e9 commit b49833d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/nitro/server/robots-txt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default defineEventHandler(async (e) => {
const { credits, usingNuxtContent, cacheControl } = useRuntimeConfig(e)['nuxt-robots']
// move towards deprecating indexable
let robotsTxtCtx: Omit<HookRobotsConfigContext, 'context' | 'event'> = {
errors: [],
sitemaps: [],
groups: [
{
Expand Down

0 comments on commit b49833d

Please sign in to comment.