Skip to content

Commit b084b7c

Browse files
authored
Merge pull request #12858 from ethereum/netlify-lighthouse-config
Netlify lighthouse plugin config
2 parents 0a497f8 + ff0492b commit b084b7c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

netlify.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,24 @@
1717
[[plugins]]
1818
package = "@netlify/plugin-nextjs"
1919

20+
[[plugins]]
21+
package = "@netlify/plugin-lighthouse"
22+
23+
[[plugins.inputs.audits]]
24+
path = "en/"
25+
[[plugins.inputs.audits]]
26+
path = "en/wallets/find-wallet/"
27+
[[plugins.inputs.audits]]
28+
path = "en/staking/"
29+
[[plugins.inputs.audits]]
30+
path = "en/whitepaper/"
31+
[[plugins.inputs.audits]]
32+
path = "en/nft/"
33+
[[plugins.inputs.audits]]
34+
path = "en/developers/docs/intro-to-ethereum/"
35+
[[plugins.inputs.audits]]
36+
path = "en/developers/tutorials/creating-a-wagmi-ui-for-your-contract/"
37+
2038
[functions]
2139
included_files = [
2240
"./src/intl/**/*",

0 commit comments

Comments
 (0)