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.
2016-08-10 00:06:10 +00:00
|
|
|
[build]
|
2016-09-01 14:59:24 +00:00
|
|
|
command = "npm run build"
|
|
|
|
publish = "dist"
|
|
|
|
|
2017-05-30 18:44:55 +00:00
|
|
|
# Change the version of Hugo you want to use on Netlify
|
|
|
|
# by changing this environment variable.
|
|
|
|
[build.environment]
|
2017-07-19 18:09:30 +00:00
|
|
|
HUGO_VERSION = "v0.25.1"
|
2017-05-30 18:44:55 +00:00
|
|
|
|
2016-09-01 14:59:24 +00:00
|
|
|
[context.deploy-preview]
|
|
|
|
command = "npm run build-preview"
|