doc: Add one-click deployment to Netlify (#1001)

* Update README.md

add 78888889.xyz 镜像

* feat: 增加 Netlify 一键部署
This commit is contained in:
永恒
2025-08-21 12:27:13 +08:00
committed by GitHub
parent 759396147c
commit c2faaea62b
2 changed files with 8 additions and 2 deletions

View File

@@ -707,8 +707,11 @@ Quick Reference
[131414.xyz](https://reference.131414.xyz/)<!--rehype:target=_blank&class=contributing&data-info=境外CDN-->
<!--rehype:class=home-card home-links-->
如果你有资源,可以很方便[部署 web 版](https://github.com/jaywcjlove/reference/issues/102#issue-1451649637),这非常简单,只需要克隆 [gh-pages](https://github.com/jaywcjlove/reference/tree/gh-pages) 分支代码到你的静态服务就可以了,还可以使用 [docker](https://hub.docker.com/r/wcjiang/reference) 快捷部署 web 版。
## 部署
如果你有资源,可以很方便[部署 web 版](https://github.com/jaywcjlove/reference/issues/102#issue-1451649637)
- GitHub Pages这非常简单只需要克隆 [gh-pages](https://github.com/jaywcjlove/reference/tree/gh-pages) 分支代码到你的静态服务就可以了
- [Docker](https://hub.docker.com/r/wcjiang/reference) :快捷部署 web 版。
- 一键部署到 [Netlify](https://app.netlify.com/start/deploy?repository=https://github.com/jaywcjlove/reference)
## 其它资源
<!--rehype:wrap-style=text-align: center;max-width: 650px;margin: 0 auto;&class=home-title-reset-->

3
netlify.toml Normal file
View File

@@ -0,0 +1,3 @@
[build]
command = "npm run build"
publish = "dist"