Skip to content

Commit 9b53bf9

Browse files
committed
Update vite.config.ts to comment out the base path configuration
1 parent 2bca6f0 commit 9b53bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import vueDevTools from 'vite-plugin-vue-devtools'
88
// https://vitejs.dev/config/
99
export default defineConfig({
1010
plugins: [vue(), vueJsx(), vueDevTools()],
11-
base: '/classisland-hub-web/', // 确保这里的路径与您的仓库名称匹配
11+
// base: '/classisland-hub-web/', // 确保这里的路径与您的仓库名称匹配
1212
resolve: {
1313
alias: {
1414
'@': fileURLToPath(new URL('./src', import.meta.url))

0 commit comments

Comments
 (0)