Skip to content

Commit

Permalink
fix: empty disallow blocking indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Aug 21, 2024
1 parent ecd0b20 commit 84f53f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/basic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ describe('basic', () => {
# END nuxt-robots"
`)


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

0 comments on commit 84f53f5

Please sign in to comment.