mirror of
https://gitee.com/Doocs/md
synced 2025-04-29 09:32:27 +08:00
10 lines
175 B
TOML
10 lines
175 B
TOML
[build]
|
||
command = "npm run build:h5-netlify"
|
||
publish = "dist"
|
||
|
||
# 设置重定向规则,确保SPA路由正常工作
|
||
[[redirects]]
|
||
from = "/*"
|
||
to = "/index.html"
|
||
status = 200
|