Skip robots.txt on Vercel preview URLs

This commit is contained in:
Bart van der Braak 2024-06-12 00:33:15 +02:00
parent 7dc2614e55
commit 4d479f310f

View file

@ -14,5 +14,8 @@ export default defineConfig({
ci: { ci: {
reporter: 'jsonExpanded', reporter: 'jsonExpanded',
buildStatic: true buildStatic: true
},
scanner: {
robotsTxt: false
} }
}); });