瀏覽代碼

feat: update vite config base

chenhao 2 年之前
父節點
當前提交
4a802b93b2
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      vite.config.ts

+ 1 - 0
vite.config.ts

@@ -14,6 +14,7 @@ const resolvePath = (...args: string[]) => {
 }
 
 export default defineConfig({
+  base: '/',
   plugins: [
     vue(),
     vueJsx(),