Skip to content

Commit fcbaacc

Browse files
committed
fix: replace url with path
1 parent d9efba4 commit fcbaacc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

netlify.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@
2323
[[plugins.inputs.audits]]
2424
path = "/en/"
2525
[[plugins.inputs.audits]]
26-
url = "/en/wallets/find-wallet/"
26+
path = "/en/wallets/find-wallet/"
2727
[[plugins.inputs.audits]]
28-
url = "/en/staking/"
28+
path = "/en/staking/"
2929
[[plugins.inputs.audits]]
30-
url = "/en/whitepaper/"
30+
path = "/en/whitepaper/"
3131
[[plugins.inputs.audits]]
32-
url = "/en/nft/"
32+
path = "/en/nft/"
3333
[[plugins.inputs.audits]]
34-
url = "/en/developers/docs/intro-to-ethereum/"
34+
path = "/en/developers/docs/intro-to-ethereum/"
3535
[[plugins.inputs.audits]]
36-
url = "/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)