Explorar o código

添加base路径

hesiyun hai 1 ano
pai
achega
f1e9f37ae0
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      vite.config.ts

+ 2 - 1
vite.config.ts

@@ -11,5 +11,6 @@ export default defineConfig({
     alias: {
       "@": path.resolve(__dirname, './src')
     }
-  }
+  },
+  base: './'
 })