Skip to content

Commit

Permalink
Update vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
meua authored Jan 9, 2024
1 parent 7dd1290 commit b0b1b1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ import vue from '@vitejs/plugin-vue';

// https://vitejs.dev/config/
export default defineConfig({
base: "/leaderboard-frontend",
build: {
outDir: "dist"
},
plugins: [
vue(),
AutoImport({
Expand Down

0 comments on commit b0b1b1c

Please sign in to comment.