react/netlify.toml

10 lines
220 B
TOML
Raw Normal View History

2018-05-21 04:03:51 +08:00
[build]
base = ""
publish = "fixtures/dom/build"
command = "yarn build --type=UMD_DEV && cd fixtures/dom/ && yarn && yarn prestart && yarn build"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200