Skip to content

Commit a3783f3

Browse files
fix: base path for deploy (#8)
1 parent 07570ec commit a3783f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { viteStaticCopy } from 'vite-plugin-static-copy';
55
import path from 'path';
66

77
export default defineConfig({
8+
base: '/',
89
plugins: [
910
tailwindcss(),
1011
sveltekit(),

0 commit comments

Comments
 (0)