We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 597f724 commit f59f8c2Copy full SHA for f59f8c2
vite.config.ts
@@ -5,4 +5,5 @@ import react from "@vitejs/plugin-react";
5
// https://vitejs.dev/config/
6
export default defineConfig({
7
plugins: [UnoCSS(), react()],
8
+ base: "/react-base-virtual-list",
9
});
0 commit comments