Skip to content

Commit

Permalink
Update Netlify config (facebook#7527)
Browse files Browse the repository at this point in the history
  • Loading branch information
iansu authored Aug 13, 2019
1 parent cbf2134 commit 4a84cd4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 4 additions & 0 deletions docusaurus/website/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"adding-bootstrap": {
"title": "Adding Bootstrap"
},
"adding-css-reset": {
"title": "Adding a CSS Reset",
"sidebar_label": "Adding CSS Reset"
},
"adding-custom-environment-variables": {
"title": "Adding Custom Environment Variables",
"sidebar_label": "Environment Variables"
Expand Down
7 changes: 1 addition & 6 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
[build]
base = "docusaurus/website"
publish = "docusaurus/website/build"
publish = "docusaurus/website/build/create-react-app"
command = "yarn build"


# A redirect rule with all the supported properties
[[redirects]]
from = "/"
to = "/create-react-app"

0 comments on commit 4a84cd4

Please sign in to comment.