Explorar el Código

Update vite.config.ts

lex hace 2 años
padre
commit
7e633c7a5e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      vite.config.ts

+ 1 - 1
vite.config.ts

@@ -16,7 +16,7 @@ function resolve(dir: string) {
 const proxyUrl = 'https://dev.colexiu.com/'
 // const proxyUrl = 'http://192.168.3.143:8000/'
 export default defineConfig({
-  // base: './',
+  base: './',
   plugins: [
     vue(),
     vueJsx(),