Skip to content

Commit 946ebd6

Browse files
committed
fix vite build
1 parent f95f21f commit 946ebd6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

example/vite.config.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
import { defineConfig } from 'vite'
2-
import react from '@vitejs/plugin-react'
1+
import { defineConfig } from "vite";
2+
import react from "@vitejs/plugin-react";
33

44
// https://vitejs.dev/config/
55
export default defineConfig({
66
plugins: [react()],
7-
})
7+
base: "/react-fluid-table/"
8+
});

0 commit comments

Comments
 (0)