diff --git a/README.md b/README.md index 29adfd368b..fb583d94d0 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,21 @@ docker run --name linux-command -itd -p 9665:3000 ghcr.io/jaywcjlove/linux-comma http://localhost:9665/ ``` +## Vercel + +可以点击下面按钮一键部署至 [Vercel](https://vercel.com): + +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/jaywcjlove/linux-command) + +
+部署结果 + +![](./assets/vercel.png) + +
+ +通过 Vercel 分配的域名访问,或者自行在设置中绑定域名。 + ## 目录 - [目录](#目录) diff --git a/assets/vercel.png b/assets/vercel.png new file mode 100644 index 0000000000..02d84e983c Binary files /dev/null and b/assets/vercel.png differ diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000000..2f55369568 --- /dev/null +++ b/vercel.json @@ -0,0 +1,3 @@ +{ + "outputDirectory": ".deploy" +}