We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a003708 commit 26045c0Copy full SHA for 26045c0
vite.config.example.ts
@@ -2,6 +2,7 @@ import { defineConfig } from "vite";
2
import react from "@vitejs/plugin-react";
3
import { resolve } from "path";
4
export default defineConfig({
5
+ base: "",
6
plugins: [react()],
7
root: "./example",
8
build: {
0 commit comments