Skip to content

Commit

Permalink
fix base
Browse files Browse the repository at this point in the history
  • Loading branch information
OtherwiseJunk committed Apr 30, 2024
1 parent ddd05e5 commit de0a1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Yak/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ import vue from '@vitejs/plugin-vue'
export default defineConfig({
plugins: [vue()],
envDir: '../',
base: '/yet-another-acronym-game'
base: '/Yet-Another-Acronym-Game/'
})

0 comments on commit de0a1fb

Please sign in to comment.