Skip to content

Commit ff0492b

Browse files
committed
fix: remove intial / from paths
1 parent fcbaacc commit ff0492b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

netlify.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@
2121
package = "@netlify/plugin-lighthouse"
2222

2323
[[plugins.inputs.audits]]
24-
path = "/en/"
24+
path = "en/"
2525
[[plugins.inputs.audits]]
26-
path = "/en/wallets/find-wallet/"
26+
path = "en/wallets/find-wallet/"
2727
[[plugins.inputs.audits]]
28-
path = "/en/staking/"
28+
path = "en/staking/"
2929
[[plugins.inputs.audits]]
30-
path = "/en/whitepaper/"
30+
path = "en/whitepaper/"
3131
[[plugins.inputs.audits]]
32-
path = "/en/nft/"
32+
path = "en/nft/"
3333
[[plugins.inputs.audits]]
34-
path = "/en/developers/docs/intro-to-ethereum/"
34+
path = "en/developers/docs/intro-to-ethereum/"
3535
[[plugins.inputs.audits]]
36-
path = "/en/developers/tutorials/creating-a-wagmi-ui-for-your-contract/"
36+
path = "en/developers/tutorials/creating-a-wagmi-ui-for-your-contract/"
3737

3838
[functions]
3939
included_files = [

0 commit comments

Comments
 (0)