Files
create-react-app/netlify.toml
shawn wang ffb219d84d Add netlify.toml to prepare for deploy to netlify #5807 (#5930)
* commit toml

* full build path

* wow the path is long

* redirect
2018-11-30 15:13:55 +00:00

11 lines
215 B
TOML

[build]
base = "docusaurus/website"
publish = "docusaurus/website/build"
command = "yarn build"
# A redirect rule with all the supported properties
[[redirects]]
from = "/"
to = "/create-react-app"