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 83876c1 commit 04dba29Copy full SHA for 04dba29
vite.config.mts
@@ -5,6 +5,9 @@ import { defineConfig } from "vite";
5
console.log(`Building DeepGit with BASE_PATH="${process.env.BASE_PATH || "/deepgit"}"`);
6
7
export default defineConfig({
8
+ preview: {
9
+ allowedHosts: ['deepgit-1.onrender.com'],
10
+ },
11
base: process.env.BASE_PATH || "/deepgit",
12
plugins: [react()],
13
server: {
0 commit comments