Skip to content

Commit 5c0a3f9

Browse files
committed
🚑 adjust base path of vite config
1 parent a76b826 commit 5c0a3f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

solid-watchparty/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import react from '@vitejs/plugin-react'
44
// https://vitejs.dev/config/
55
export default defineConfig({
66
plugins: [react()],
7-
base: './',
7+
base: '/solid-watch-party/',
88
build: {
99
outDir: '../dist'
1010
},

0 commit comments

Comments
 (0)