lex пре 2 година
родитељ
комит
5728483282
1 измењених фајлова са 1 додато и 1 уклоњено
  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(),