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]
|
[build]
|
||||||
publish = "./exampleSite/public/"
|
publish = "./exampleSite/public/"
|
||||||
command = "npm run deploy"
|
command = "npm run deploy"
|
||||||
|
[build.environment]
|
||||||
[context.production]
|
HUGO_VERSION = "0.128.0"
|
||||||
[context.production.environment]
|
|
||||||
HUGO_VERSION = "0.135.0"
|
|
||||||
HUGO_ENV = "production"
|
HUGO_ENV = "production"
|
||||||
GO_VERSION = "1.23"
|
GO_VERSION = "1.23"
|
||||||
NODE_ENV = "development"
|
NODE_ENV = "development"
|
||||||
|
|
Loading…
Reference in a new issue