add netlify toml file (#12350)

This commit is contained in:
Kevin Lamping
2018-05-20 15:03:51 -05:00
committed by Dan Abramov
parent d7b9b4921b
commit 089d2deb20
+9
View File
@@ -0,0 +1,9 @@
[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