Skip to content

Commit f59f8c2

Browse files
committed
build: fix base url
1 parent 597f724 commit f59f8c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ import react from "@vitejs/plugin-react";
55
// https://vitejs.dev/config/
66
export default defineConfig({
77
plugins: [UnoCSS(), react()],
8+
base: "/react-base-virtual-list",
89
});

0 commit comments

Comments
 (0)