We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddadd13 commit cda37cfCopy full SHA for cda37cf
1 file changed
vite.config.js
@@ -3,5 +3,5 @@ import react from '@vitejs/plugin-react';
3
4
export default defineConfig({
5
plugins: [react()],
6
- base: '/pubs/',
+ base: '/',
7
});
0 commit comments