Skip to content

Commit a68e761

Browse files
committed
Fix Pages asset paths (relative base)
1 parent 7c716c3 commit a68e761

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import { defineConfig } from "vite";
22
import react from "@vitejs/plugin-react";
33

44
export default defineConfig({
5-
base: "/putman-visual-sim/",
5+
base: "./",
66
plugins: [react()],
77
});

0 commit comments

Comments
 (0)