Skip to content

Commit 089d2de

Browse files
klampinggaearon
authored andcommitted
add netlify toml file (facebook#12350)
1 parent d7b9b49 commit 089d2de

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

netlify.toml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[build]
2+
base = ""
3+
publish = "fixtures/dom/build"
4+
command = "yarn build --type=UMD_DEV && cd fixtures/dom/ && yarn && yarn prestart && yarn build"
5+
6+
[[redirects]]
7+
from = "/*"
8+
to = "/index.html"
9+
status = 200

0 commit comments

Comments
 (0)