Skip to content

Commit

Permalink
Add base URL again
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed Nov 7, 2024
1 parent 88f9392 commit 41adb5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ import { svelte } from '@sveltejs/vite-plugin-svelte'

// https://vitejs.dev/config/
export default defineConfig({
plugins: [svelte()]
plugins: [svelte()],
base: '/svelte-easydb-detail-view/',
})

0 comments on commit 41adb5c

Please sign in to comment.