1
0
mirror of https://gitee.com/Doocs/md synced 2025-04-29 09:32:27 +08:00
doocs_md/netlify.toml
2025-04-06 10:03:41 +08:00

10 lines
175 B
TOML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[build]
command = "npm run build:h5-netlify"
publish = "dist"
# 设置重定向规则确保SPA路由正常工作
[[redirects]]
from = "/*"
to = "/index.html"
status = 200