mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
add netlify toml file (#12350)
This commit is contained in:
committed by
Dan Abramov
parent
d7b9b4921b
commit
089d2deb20
@@ -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
|
||||
Reference in New Issue
Block a user