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 135a4f4 commit 97171a3Copy full SHA for 97171a3
vite.config.ts
@@ -3,6 +3,6 @@ import react from '@vitejs/plugin-react'
3
4
// https://vite.dev/config/
5
export default defineConfig({
6
- base: process.env.NODE_ENV === 'production' ? '/ai-coding-prompt-builder/' : '/',
+ base: '/ai-coding-prompt-builder/',
7
plugins: [react()],
8
})
0 commit comments