Skip to content

Commit

Permalink
Merge pull request #14211 from ethereum/patch-mocks
Browse files Browse the repository at this point in the history
Patch: include mocks in Netlify deploys
  • Loading branch information
wackerow authored Oct 22, 2024
2 parents 6a31c80 + 9e52d04 commit dfddcd1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@
[[plugins.inputs.audits]]
path = "en/developers/docs/intro-to-ethereum/"
[[plugins.inputs.audits]]
path = "en/developers/tutorials/creating-a-wagmi-ui-for-your-contract/"
path = "en/developers/tutorials/creating-a-wagmi-ui-for-your-contract/"

[functions]
included_files = ["src/data/mocks/**/*"]

0 comments on commit dfddcd1

Please sign in to comment.