mango-ui-v3/netlify.toml

7 lines
133 B
TOML
Raw Normal View History

2021-04-13 12:48:36 -07:00
[build]
command = "yarn build"
publish = ".next"
2021-04-13 12:48:36 -07:00
[functions]
included_files = ["public/locales/*/*.json", "next-i18next.config.js"]