Skip to content

Commit a8f12dc

Browse files
committed
feature: fix url of assets
1 parent abde321 commit a8f12dc

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
@@ -3,6 +3,7 @@ import reactRefresh from "@vitejs/plugin-react-refresh";
33

44
// https://vitejs.dev/config/
55
export default defineConfig({
6+
base: "/client/",
67
plugins: [reactRefresh(), splitVendorChunkPlugin()],
78
build: {
89
sourcemap: true,

0 commit comments

Comments
 (0)