Skip to content

Commit 712c67c

Browse files
committed
force intl folder include in netlify function bundle
1 parent f3c2588 commit 712c67c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939
path = "en/developers/tutorials/creating-a-wagmi-ui-for-your-contract/"
4040

4141
[functions]
42-
included_files = ["i18n.config.json","src/data/mocks/**/*"]
42+
included_files = ["i18n.config.json", "src/intl/**/*", "src/data/mocks/**/*"]

0 commit comments

Comments
 (0)