Skip to content

Commit 239e03f

Browse files
committed
rm /deepgit
1 parent 315aa12 commit 239e03f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

vite.config.mts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import react from "@vitejs/plugin-react-swc";
22
import { defineConfig } from "vite";
33

4-
console.log(`Building DeepGit with BASE_PATH="${process.env.BASE_PATH || "/deepgit"}"`);
4+
console.log(`Building DeepGit with BASE_PATH="${process.env.BASE_PATH || "/"}"`);
55

66
export default defineConfig({
7-
base: process.env.BASE_PATH || "/deepgit",
7+
base: process.env.BASE_PATH || "/",
88
plugins: [react()],
99
server: {
1010
host: "0.0.0.0",
@@ -18,3 +18,4 @@ export default defineConfig({
1818
allowedHosts: ["deepgit.onrender.com"]
1919
},
2020
});
21+

0 commit comments

Comments
 (0)