Skip to content

Commit

Permalink
Added buildstatic to unlighthouse config
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjol committed Sep 23, 2024
1 parent a8f78cd commit 118cca1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions unlighthouse/unlighthouse.ts
Original file line number Diff line number Diff line change
@@ -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
}
}

0 comments on commit 118cca1

Please sign in to comment.