diff --git a/vite.config.js b/vite.config.js index 4e26395..4b81c14 100644 --- a/vite.config.js +++ b/vite.config.js @@ -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/', }) \ No newline at end of file