Skip to content

Commit

Permalink
Updated vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
Midlou committed Jan 15, 2024
1 parent aec2fe0 commit 572ed7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vite.config.js
Expand Up @@ -4,4 +4,5 @@ import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
})
base: '/'
});

0 comments on commit 572ed7a

Please sign in to comment.