Update netlify file
This commit is contained in:
parent
ab15bd4179
commit
95a94c2052
1 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
|||
[build]
|
||||
publish = "public"
|
||||
command = "./scripts/build.sh"
|
||||
publish = "build"
|
||||
command = "npm run build"
|
||||
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.52"
|
||||
NODE_ENV = "production"
|
||||
NPM_CONFIG_PRODUCTION = "false"
|
||||
|
||||
|
|
Reference in a new issue