ソースを参照

修改build base 选项

冯诚 3 年 前
コミット
7dc70c5411
1 ファイル変更1 行追加0 行削除
  1. 1 0
      vite.config.ts

+ 1 - 0
vite.config.ts

@@ -20,4 +20,5 @@ export default defineConfig(({ command }) => ({
       },
     },
   },
+  base: '/ptc/',
 }))