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 dc2cdcc commit fc734b1Copy full SHA for fc734b1
vite.config.js
@@ -3,5 +3,7 @@ import react from "@vitejs/plugin-react";
3
4
// https://vitejs.dev/config/
5
export default defineConfig({
6
+ // Use relative paths in production builds so the app can be hosted from any subfolder.
7
+ base: './',
8
plugins: [react()],
9
});
0 commit comments