mo 2 년 전
부모
커밋
e8b91fa6a5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      vite.config.ts

+ 2 - 2
vite.config.ts

@@ -14,8 +14,8 @@ function resolve(dir: string) {
 }
 // https://vitejs.dev/config/
 // https://github.com/vitejs/vite/issues/1930 .env
-const proxyUrl = 'https://www.colexiu.com/';
-// const proxyUrl = 'https://dev.colexiu.com/'
+// const proxyUrl = 'https://www.colexiu.com/';
+const proxyUrl = 'https://dev.colexiu.com/'
 export default defineConfig({
   base: './',
   plugins: [