Skip to content

Commit 2498cd5

Browse files
committed
feat: set base path for demo application in Vite configuration
1 parent 61a4063 commit 2498cd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/demo/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import tsconfigPaths from "vite-tsconfig-paths";
66

77
// https://vite.dev/config/
88
export default defineConfig({
9+
base: "./",
910
plugins: [
1011
react({
1112
babel: {

0 commit comments

Comments
 (0)