Skip to content

Commit c8f4447

Browse files
committed
Fix Vite build
1 parent f8fe355 commit c8f4447

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import {svelte} from '@sveltejs/vite-plugin-svelte';
33

44
// https://vitejs.dev/config/
55
export default defineConfig({
6+
base: '',
67
entry: 'demo',
78
plugins: [svelte()],
89
});

0 commit comments

Comments
 (0)