Skip to content

Commit

Permalink
Update vite.config.ts to comment out the base path configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hello8693 committed Oct 7, 2024
1 parent 2bca6f0 commit 9b53bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import vueDevTools from 'vite-plugin-vue-devtools'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue(), vueJsx(), vueDevTools()],
base: '/classisland-hub-web/', // 确保这里的路径与您的仓库名称匹配
// base: '/classisland-hub-web/', // 确保这里的路径与您的仓库名称匹配
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
Expand Down

0 comments on commit 9b53bf9

Please sign in to comment.