Update netlify config
parent
a7b50516e4
commit
8794628bc7
|
@ -1,6 +1,6 @@
|
|||
[build]
|
||||
publish = "__sapper__/export"
|
||||
command = "node scripts/createEnv.js && yarn export"
|
||||
command = "node scripts/createEnv.js && NODE_ENV=production yarn export"
|
||||
|
||||
[[redirects]]
|
||||
from = "/*"
|
||||
|
|
Loading…
Reference in New Issue