chore(git): merge pull request #740 from theNewDynamic/fix/netlify-config
build(fix): proper configuration for netlify
This commit is contained in:
commit
8e1a6dc213
|
@ -1,10 +1,8 @@
|
|||
[build]
|
||||
publish = "./exampleSite/public/"
|
||||
command = "npm run deploy"
|
||||
|
||||
[context.production]
|
||||
[context.production.environment]
|
||||
HUGO_VERSION = "0.135.0"
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.128.0"
|
||||
HUGO_ENV = "production"
|
||||
GO_VERSION = "1.23"
|
||||
NODE_ENV = "development"
|
||||
|
|
Loading…
Reference in a new issue