打包部署相关配置修改

This commit is contained in:
付民康
2025-03-13 20:15:13 +08:00
parent 5cd9ba0f35
commit e52022c004
4 changed files with 18 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
VITE_ENV = 'production'
# 主域名
VITE_HOST = 'https://gitcode.com'
VITE_HOST = 'http://222.20.126.217:10010/openRepoPortal'
# 接口地址
VITE_API_HOST = 'https://web-api.gitcode.com'
@@ -26,7 +26,7 @@ VITE_CSDN_URL = 'https://web-api.gitcode.com/oauth/login/csdn'
VITE_ORG_COMMUNITY = 'https://gitcode.com'
# 静态资源域名
VITE_STATIC_HOST = 'https://cdn-static.gitcode.com'
VITE_STATIC_HOST = 'http://222.20.126.217:10010/openRepoPortal'
# 主页搜索子应用
VITE_CHILD_HOMEWEB_HOST = 'https://homepage-app.gitcode.com'