Skip to content

Commit 26045c0

Browse files
relative path
1 parent a003708 commit 26045c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.example.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { defineConfig } from "vite";
22
import react from "@vitejs/plugin-react";
33
import { resolve } from "path";
44
export default defineConfig({
5+
base: "",
56
plugins: [react()],
67
root: "./example",
78
build: {

0 commit comments

Comments
 (0)