Skip to content

Commit 9e52d04

Browse files
committed
include mock files in the deployed function
1 parent 6a31c80 commit 9e52d04

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

netlify.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,7 @@
3636
[[plugins.inputs.audits]]
3737
path = "en/developers/docs/intro-to-ethereum/"
3838
[[plugins.inputs.audits]]
39-
path = "en/developers/tutorials/creating-a-wagmi-ui-for-your-contract/"
39+
path = "en/developers/tutorials/creating-a-wagmi-ui-for-your-contract/"
40+
41+
[functions]
42+
included_files = ["src/data/mocks/**/*"]

0 commit comments

Comments
 (0)