Skip to content

Commit

Permalink
fix: allow _nuxt on robots.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispanag committed Jun 29, 2022
1 parent 17f880e commit ccca921
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,6 @@ const config: NuxtConfig = {
UserAgent: `*`,
Disallow: `/settings`,
},
{
UserAgent: `*`,
Disallow: `/_nuxt`,
},
{
UserAgent: `*`,
Disallow: `/subscriptions`,
Expand Down

0 comments on commit ccca921

Please sign in to comment.