From b0a34752300877fc6beb2bd9c996cb0a1544efdb Mon Sep 17 00:00:00 2001 From: tbxark Date: Wed, 28 Aug 2024 17:24:40 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/cn/PLATFORM.md | 2 +- doc/en/PLATFORM.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/cn/PLATFORM.md b/doc/cn/PLATFORM.md index bc2cfce4..036fde53 100644 --- a/doc/cn/PLATFORM.md +++ b/doc/cn/PLATFORM.md @@ -7,7 +7,7 @@ ### 2. [Vercel](https://vercel.com/) -详情看[Vercel](VERCEL)。免费,无需域名,无需服务器。需要配置本地开发环境部署,不能通过复制粘贴部署。无存储服务,需要自己配置数据库。可以使用[Redis Cloud](https://redis.com)的免费redis。可以连接github自动部署,但是需要了解vercel的配置。 +详情看[Vercel](VERCEL.md)。免费,无需域名,无需服务器。需要配置本地开发环境部署,不能通过复制粘贴部署。无存储服务,需要自己配置数据库。可以使用[Redis Cloud](https://redis.com)的免费redis。可以连接github自动部署,但是需要了解vercel的配置。 ### 3. Local diff --git a/doc/en/PLATFORM.md b/doc/en/PLATFORM.md index a6141294..621dbeec 100644 --- a/doc/en/PLATFORM.md +++ b/doc/en/PLATFORM.md @@ -8,7 +8,7 @@ The easiest way, the deployment method supported by this project by default, see ### 2. [Vercel](https://vercel.com/) -See details at [Vercel](../cn/VERCEL). It is free, does not require a domain name or server. Deployment requires configuring the local development environment and cannot be done by copying and pasting. There is no storage service, so you need to configure your own database. You can use the free Redis from [Redis Cloud](https://redis.com). It can connect to GitHub for automatic deployment, but you need to understand Vercel's configuration. +See details at [Vercel](VERCEL.md). It is free, does not require a domain name or server. Deployment requires configuring the local development environment and cannot be done by copying and pasting. There is no storage service, so you need to configure your own database. You can use the free Redis from [Redis Cloud](https://redis.com). It can connect to GitHub for automatic deployment, but you need to understand Vercel's configuration. ### 3. Local