docs(readme): 添加一键部署指南和安全配置
- 新增 Vercel、Netlify、Cloudflare Pages 一键部署按钮与命令行方法 - 添加 Netlify 重定向与安全头配置文件 - 添加 Vercel 部署配置文件支持静态站点托管 - 更新文档中的引号为英文格式以保持一致性 - 补充部署相关常见问题说明
This commit is contained in:
8
netlify.toml
Normal file
8
netlify.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[build]
|
||||
publish = "."
|
||||
command = "echo 'No build command needed for static site'"
|
||||
|
||||
[[redirects]]
|
||||
from = "/*"
|
||||
to = "/index.html"
|
||||
status = 200
|
||||
Reference in New Issue
Block a user