chore: move Netlify ENV to global so it's not just applied to prod
This commit is contained in:
parent
e7cdff66ed
commit
2a2101f223
@ -1,8 +1,10 @@
|
||||
[build]
|
||||
publish = "public"
|
||||
command = "hugo"
|
||||
publish = "public"
|
||||
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.53"
|
||||
HUGO_ENABLEGITINFO = "true"
|
||||
|
||||
[context.production.environment]
|
||||
HUGO_VERSION = "0.53"
|
||||
HUGO_ENV = "production"
|
||||
HUGO_ENABLEGITINFO = "true"
|
||||
|
Loading…
Reference in New Issue
Block a user