Skip to content

Commit

Permalink
Edit assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker committed Jun 22, 2024
1 parent 271d2e9 commit 7dea453
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lighthouserc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"ci": {
"assert": {
"preset": "lighthouse:recommended"
"preset": "lighthouse:recommended",
"assertions": {
"uses-optimized-images": "off",
"uses-responsive-images": "off",
"modern-image-formats": "off",
"uses-long-cache-ttl": ["warn", { "minScore": 0 }]
}
},
"collect": {
"startServerCommand": "pnpm build && pnpm preview --port 3000",
Expand Down

0 comments on commit 7dea453

Please sign in to comment.