blog/netlify.toml

5 lines
167 B
TOML
Raw Permalink 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 && mv public/robots-mdleom.com.txt public/robots.txt"