Skip to content

Commit

Permalink
fix: bring back base path again
Browse files Browse the repository at this point in the history
  • Loading branch information
hsimpson committed Sep 21, 2024
1 parent 99c73e4 commit bd06d9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ export default defineConfig({
resolve: {
alias: { '/src': path.resolve(process.cwd(), 'src') },
},
base: '',
});

0 comments on commit bd06d9d

Please sign in to comment.