mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-03-27 22:49:11 +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"
|