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.
|
[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"
|