This repository has been archived on 2020-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
victor-hugo/netlify.toml

12 lines
262 B
TOML

[build]
command = "npm run build"
publish = "dist"
# Change the version of Hugo you want to use on Netlify
# by changing this environment variable.
[build.environment]
HUGO_VERSION = "v0.25.1"
[context.deploy-preview]
command = "npm run build-preview"