We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b7664 commit fa3ccdaCopy full SHA for fa3ccda
vite.config.js
@@ -4,7 +4,7 @@ import react from '@vitejs/plugin-react'
4
// https://vitejs.dev/config/
5
export default defineConfig({
6
plugins: [react()],
7
- base: '/prompt-generator/',
+ base: './',
8
build: {
9
outDir: 'dist',
10
sourcemap: false,
0 commit comments