Skip to content

Commit

Permalink
fix build public path
Browse files Browse the repository at this point in the history
  • Loading branch information
jason810496 committed Dec 17, 2023
1 parent 5c2cfac commit 4e55063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()],
publicPath: '/BikeFestival17th-Frontend/'
base: '/BikeFestival17th-Frontend/',
})

0 comments on commit 4e55063

Please sign in to comment.