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 f58722e commit c5b6b39Copy full SHA for c5b6b39
vite.config.ts
@@ -3,6 +3,7 @@ import react from '@vitejs/plugin-react';
3
4
// https://vitejs.dev/config/
5
export default defineConfig({
6
+ base: '/canitrythis/',
7
plugins: [react()],
8
optimizeDeps: {
9
exclude: ['lucide-react'],
0 commit comments