We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bca6f0 commit 9b53bf9Copy full SHA for 9b53bf9
vite.config.ts
@@ -8,7 +8,7 @@ import vueDevTools from 'vite-plugin-vue-devtools'
8
// https://vitejs.dev/config/
9
export default defineConfig({
10
plugins: [vue(), vueJsx(), vueDevTools()],
11
- base: '/classisland-hub-web/', // 确保这里的路径与您的仓库名称匹配
+ // base: '/classisland-hub-web/', // 确保这里的路径与您的仓库名称匹配
12
resolve: {
13
alias: {
14
'@': fileURLToPath(new URL('./src', import.meta.url))
0 commit comments