Skip to content

Commit

Permalink
Change base path to relative
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinachojnowska committed Oct 2, 2023
1 parent b9d5f0d commit 780e46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import path from 'path'

// https://vitejs.dev/config/
export default defineConfig({
base: '/',
base: './',
plugins: [svelte()],
resolve: {
alias: {
Expand Down

0 comments on commit 780e46a

Please sign in to comment.