Skip to content

Commit

Permalink
chore: unlighthouse attempt to exclude http URL mistakenly detected…
Browse files Browse the repository at this point in the history
… from crawler
  • Loading branch information
mwskwong authored Feb 7, 2025
1 parent b2b5635 commit 902569b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions unlighthouse.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ const config = {
seo: 63, // minus point from non-PROD not being indexable
},
},
scanner: {
exclude: ["http*"]
},
lighthouseOptions: {
throttling: {
cpuSlowdownMultiplier: 8.6,
Expand Down

0 comments on commit 902569b

Please sign in to comment.