mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-06-27 11:49:13 +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: {
|
||||
reporter: 'jsonExpanded',
|
||||
buildStatic: true
|
||||
},
|
||||
scanner: {
|
||||
robotsTxt: false
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue