Skip to content

Commit

Permalink
Add netlify.toml to prepare for deploy to netlify facebook#5807 (face…
Browse files Browse the repository at this point in the history
…book#5930)

* commit toml

* full build path

* wow the path is long

* redirect
  • Loading branch information
swyxio authored and gaearon committed Nov 30, 2018
1 parent 4878f2c commit ffb219d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[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"

0 comments on commit ffb219d

Please sign in to comment.