Browse Source

docs: Update build.md (#6228)

pull/6233/head
李轻舟 12 months ago
committed by GitHub
parent
commit
2efacb3e5b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/src/guide/essentials/build.md

2
docs/src/guide/essentials/build.md

@ -214,7 +214,7 @@ server {
使用 nginx 处理项目部署后的跨域问题 使用 nginx 处理项目部署后的跨域问题
1. 配置前端项目接口地址,在项目目录下的``.env.production`文件中配置: 1. 配置前端项目接口地址,在项目目录下的`.env.production`文件中配置:
```bash ```bash
VITE_GLOB_API_URL=/api VITE_GLOB_API_URL=/api

Loading…
Cancel
Save