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