We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a33c5c4 commit f39739dCopy full SHA for f39739d
vite.config.js
@@ -4,4 +4,5 @@ import react from '@vitejs/plugin-react-swc'
4
// https://vitejs.dev/config/
5
export default defineConfig({
6
plugins: [react()],
7
+ base: '/qr-code-component-react/'
8
})
0 commit comments