We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf2134 commit 4a84cd4Copy full SHA for 4a84cd4
docusaurus/website/i18n/en.json
@@ -23,6 +23,10 @@
23
"adding-bootstrap": {
24
"title": "Adding Bootstrap"
25
},
26
+ "adding-css-reset": {
27
+ "title": "Adding a CSS Reset",
28
+ "sidebar_label": "Adding CSS Reset"
29
+ },
30
"adding-custom-environment-variables": {
31
"title": "Adding Custom Environment Variables",
32
"sidebar_label": "Environment Variables"
netlify.toml
@@ -1,10 +1,5 @@
1
[build]
2
base = "docusaurus/website"
3
- publish = "docusaurus/website/build"
+ publish = "docusaurus/website/build/create-react-app"
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