Skip to content

Commit 84f53f5

Browse files
committedAug 21, 2024·
fix: empty disallow blocking indexing
1 parent ecd0b20 commit 84f53f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎test/basic.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ describe('basic', () => {
2020
2121
# END nuxt-robots"
2222
`)
23+
2324

2425
const instance = await fetch('/')
2526
expect(instance.headers.get('x-robots-tag')).toMatchInlineSnapshot(`"index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1"`)

0 commit comments

Comments
 (0)
Please sign in to comment.