1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
snippets-legacy/netlify.toml

9 lines
189 B
TOML
Raw Permalink Normal View History

2019-09-21 17:06:19 +01:00
[build]
publish = "public/"
command = "./scripts/build.sh --minify"
[build.environment]
HUGO_VERSION = "0.55.6"
NODE_ENV = "production"
NPM_CONFIG_PRODUCTION = "false"