We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a91c0 commit ebec133Copy full SHA for ebec133
1 file changed
vite.config.ts
@@ -3,6 +3,7 @@ import react from "@vitejs/plugin-react";
3
import { defineConfig } from "vite";
4
5
export default defineConfig({
6
+ base: "/website/",
7
plugins: [react()],
8
resolve: {
9
alias: {
0 commit comments