Skip to content

Commit 81e5f6d

Browse files
committed
fix: path issue in vite config
1 parent a455995 commit 81e5f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { componentTagger } from "lovable-tagger";
55

66
// https://vitejs.dev/config/
77
export default defineConfig(({ mode }) => ({
8-
base: mode === 'production' ? '/vibrant-community-reveal/' : '/',
8+
base: mode === 'production' ? '/' : '/',
99
build: {
1010
assetsDir: 'assets',
1111
rollupOptions: {

0 commit comments

Comments
 (0)