Skip to content

Commit ffb219d

Browse files
swyxiogaearon
authored andcommitted
Add netlify.toml to prepare for deploy to netlify facebook#5807 (facebook#5930)
* commit toml * full build path * wow the path is long * redirect
1 parent 4878f2c commit ffb219d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

netlify.toml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[build]
2+
base = "docusaurus/website"
3+
publish = "docusaurus/website/build"
4+
command = "yarn build"
5+
6+
7+
# A redirect rule with all the supported properties
8+
[[redirects]]
9+
from = "/"
10+
to = "/create-react-app"

0 commit comments

Comments
 (0)