Skip to content

Commit

Permalink
gh pages subdir workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
NateSeymour committed May 29, 2024
1 parent e48d0f3 commit 493d1bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()],

// Stop confusing GitHub Pages, please...
base: './',
})

0 comments on commit 493d1bf

Please sign in to comment.