Skip to content

Commit

Permalink
chore: update unlighthouse config
Browse files Browse the repository at this point in the history
  • Loading branch information
mwskwong committed Feb 21, 2025
1 parent c6d7692 commit 5eaa480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unlighthouse.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ const config = {
performance: 80,
accessibility: 92, // minus point from links relying on colors to be distinguishable in /blog/:slug; info callout doesn't have enough contrast
"best-practices": 100,
seo: 63, // minus point from non-PROD not being indexable
seo: 60, // minus point from non-PROD not being indexable
},
},
extraHeaders: {
"x-vercel-protection-bypass": process.env.VERCEL_AUTOMATION_BYPASS_SECRET,
},
lighthouseOptions: {
throttling: {
cpuSlowdownMultiplier: 8.6,
cpuSlowdownMultiplier: 8.6, // matches GitHub Action Ubuntu performance
},
},
puppeteerClusterOptions: {
Expand Down

0 comments on commit 5eaa480

Please sign in to comment.