chore: move Netlify ENV to global so it's not just applied to prod
This commit is contained in:
		@@ -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"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user