lex пре 2 година
родитељ
комит
82dc59afce
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      vite.config.ts

+ 1 - 1
vite.config.ts

@@ -15,7 +15,7 @@ function resolve(dir: string) {
 const proxyUrl = 'http://47.98.131.38:8989/'
 // const proxyUrl = 'https://ponline.colexiu.com/'
 export default defineConfig({
-  base: '/',
+  base: './',
   plugins: [
     vue(),
     vueJsx(),