Skip to content

Commit

Permalink
chore: add more ignores to indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
itsacoyote committed Jun 10, 2024
1 parent abb9047 commit df6f8fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ export default defineNuxtConfig({
'*-surround': { robots: false },
'/*/*-surround': { robots: false },
'/tutorials/*/_dir': { robots: false },
'/_nuxt': { robots: false },
'/api/*': { robots: false },
},
$production: process.env.NUXT_SITE_ENV
? {}
Expand Down

0 comments on commit df6f8fb

Please sign in to comment.