diff --git a/unlighthouse/unlighthouse.ts b/unlighthouse/unlighthouse.ts index 4cac178..dc619fc 100644 --- a/unlighthouse/unlighthouse.ts +++ b/unlighthouse/unlighthouse.ts @@ -1,14 +1,16 @@ export default { site: 'http://web', scanner: { - robotsTxt: false + robotsTxt: false, + samples: 3, }, ci: { budget: { - 'performance': 50, + 'performance': 90, 'accessibility': 90, 'best-practices': 90, 'seo': 90 - } + }, + buildStatic: true } }