diff --git a/README.md b/README.md index 0d47095d..c79c1a47 100644 --- a/README.md +++ b/README.md @@ -707,8 +707,11 @@ Quick Reference [131414.xyz](https://reference.131414.xyz/) -如果你有资源,可以很方便[部署 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) ## 其它资源 diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 00000000..86e03919 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,3 @@ +[build] + command = "npm run build" + publish = "dist" \ No newline at end of file