Skip to content

Commit

Permalink
🚑 adjust base path of vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnijs committed Feb 28, 2024
1 parent a76b826 commit 5c0a3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solid-watchparty/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: './',
base: '/solid-watch-party/',
build: {
outDir: '../dist'
},
Expand Down

0 comments on commit 5c0a3f9

Please sign in to comment.