mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 17:12:59 +08:00
11 lines
215 B
TOML
11 lines
215 B
TOML
[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"
|