diff --git a/unlighthouse.config.ts b/unlighthouse.config.ts index 07d0e8d..74404b4 100644 --- a/unlighthouse.config.ts +++ b/unlighthouse.config.ts @@ -14,5 +14,8 @@ export default defineConfig({ ci: { reporter: 'jsonExpanded', buildStatic: true + }, + scanner: { + robotsTxt: false } });