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

+ 3 - 3
vite.config.ts

@@ -29,9 +29,9 @@ export default defineConfig({
   },
   },
   server: {
   server: {
     proxy: {
     proxy: {
-      '/image': 'https://2d.le5le.com/',
-      '/file': 'https://2d.le5le.com/',
-      '/api': 'https://2d.le5le.com/',
+      '/image': 'https://v.le5le.com/',
+      '/file': 'https://v.le5le.com/',
+      '/api': 'https://v.le5le.com/',
     },
     },
   },
   },
 });
 });