blog/netlify.toml

5 lines
114 B
TOML
Raw Normal View History

2018-09-30 06:17:57 +00:00
[context.production]
2020-05-17 02:16:30 +00:00
environment = { NODE_ENV = "production" }
2018-09-30 08:06:24 +00:00
publish = "public"
command = "npm run build"