Skip to content

Commit ccca921

Browse files
committed
fix: allow _nuxt on robots.txt
1 parent 17f880e commit ccca921

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

nuxt.config.ts

-4
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,6 @@ const config: NuxtConfig = {
139139
UserAgent: `*`,
140140
Disallow: `/settings`,
141141
},
142-
{
143-
UserAgent: `*`,
144-
Disallow: `/_nuxt`,
145-
},
146142
{
147143
UserAgent: `*`,
148144
Disallow: `/subscriptions`,

0 commit comments

Comments
 (0)