Skip to content

Commit 1ecf51b

Browse files
authored
fix: wrong case in </ Steps>
1 parent 9ecabfd commit 1ecf51b

File tree

1 file changed

+4
-5
lines changed
  • src/content/docs/zh-cn/guides/integrations-guide

1 file changed

+4
-5
lines changed

src/content/docs/zh-cn/guides/integrations-guide/vercel.mdx

+4-5
Original file line numberDiff line numberDiff line change
@@ -439,11 +439,10 @@ Astro [Session API](/zh-cn/guides/sessions/) 允许你在请求间,轻松地
439439

440440
2. 使用 [Vercel CLI](https://vercel.com/docs/cli) 来加载你的环境变量:
441441

442-
```sh
443-
vercel env pull .env.local
444-
```
445-
446-
这一步将会在你的项目根目录下创建一个 `.env.local` 文件,并会在进行本地开发时,提供连接到 Redis 数据库所需的环境变量。
442+
```sh
443+
vercel env pull .env.local
444+
```
445+
这一步将会在你的项目根目录下创建一个 `.env.local` 文件,并会在进行本地开发时,提供连接到 Redis 数据库所需的环境变量。
447446

448447
3. 配置会话驱动:
449448

0 commit comments

Comments
 (0)