diff --git a/.env.loc b/.env.loc index 157cf15..11d2065 100644 --- a/.env.loc +++ b/.env.loc @@ -2,7 +2,8 @@ VITE_ENV = 'loc' # 主域名 -VITE_HOST = 'http://124.223.71.235:8080' +# VITE_HOST = 'http://124.223.71.235:8080' +VITE_HOST = '' # 接口地址 VITE_API_HOST = 'https://test.gitcode.net' @@ -26,7 +27,8 @@ VITE_CSDN_URL = 'https://test.gitcode.net/oauth/login/csdn' VITE_ORG_COMMUNITY = 'https://test.gitcode.net' # 静态资源域名 -VITE_STATIC_HOST = 'http://124.223.71.235:8080' +# VITE_STATIC_HOST = 'http://124.223.71.235:8080' +VITE_STATIC_HOST = '' # 主页搜索子应用 VITE_CHILD_HOMEWEB_HOST = 'https://local.gitcode.net:8001/child/homeweb-app' diff --git a/.gitignore b/.gitignore index a8e7966..d3ad2df 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ node_modules .DS_Store dist openRepoPortal +nginx dist-ssr coverage *.local