样式修改
site-dist-deploy / build-and-deploy (push) Successful in 1m12s

This commit is contained in:
2026-01-06 20:01:20 -08:00
parent e3cca4c51c
commit a3e58a01a1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export default defineConfig({
// 将所有以 /api 开头的请求转发到目标服务器
// 1. 匹配所有以 /public 开头的请求
'/api/v1': {
target: 'https://h.hifastapp.com',
target: 'https://hifastvpn.com',
changeOrigin: true,
// rewrite: (path) => path.replace(/^\/api/, ''),
autoRewrite: true,