Skip to content

Commit

Permalink
add netlify toml file (#12350)
Browse files Browse the repository at this point in the history
  • Loading branch information
klamping authored and gaearon committed May 20, 2018
1 parent d7b9b49 commit 089d2de
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions netlify.toml
@@ -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

0 comments on commit 089d2de

Please sign in to comment.