We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a455995 commit 81e5f6dCopy full SHA for 81e5f6d
vite.config.ts
@@ -5,7 +5,7 @@ import { componentTagger } from "lovable-tagger";
5
6
// https://vitejs.dev/config/
7
export default defineConfig(({ mode }) => ({
8
- base: mode === 'production' ? '/vibrant-community-reveal/' : '/',
+ base: mode === 'production' ? '/' : '/',
9
build: {
10
assetsDir: 'assets',
11
rollupOptions: {
0 commit comments