Skip to content

Commit 4a84cd4

Browse files
authored
Update Netlify config (#7527)
1 parent cbf2134 commit 4a84cd4

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

docusaurus/website/i18n/en.json

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
"adding-bootstrap": {
2424
"title": "Adding Bootstrap"
2525
},
26+
"adding-css-reset": {
27+
"title": "Adding a CSS Reset",
28+
"sidebar_label": "Adding CSS Reset"
29+
},
2630
"adding-custom-environment-variables": {
2731
"title": "Adding Custom Environment Variables",
2832
"sidebar_label": "Environment Variables"

netlify.toml

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
[build]
22
base = "docusaurus/website"
3-
publish = "docusaurus/website/build"
3+
publish = "docusaurus/website/build/create-react-app"
44
command = "yarn build"
55

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

0 commit comments

Comments
 (0)