mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-26 15:01:20 +00:00
Skip robots.txt on Vercel preview URLs
This commit is contained in:
parent
7dc2614e55
commit
4d479f310f
1 changed files with 3 additions and 0 deletions
|
@ -14,5 +14,8 @@ export default defineConfig({
|
||||||
ci: {
|
ci: {
|
||||||
reporter: 'jsonExpanded',
|
reporter: 'jsonExpanded',
|
||||||
buildStatic: true
|
buildStatic: true
|
||||||
|
},
|
||||||
|
scanner: {
|
||||||
|
robotsTxt: false
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue