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.
2 parents 0239db0 + 5c2a972 commit 9e1455fCopy full SHA for 9e1455f
1 file changed
ui/vite.config.ts
@@ -4,6 +4,7 @@ import react from '@vitejs/plugin-react';
4
const GOTIFY_SERVER_PORT = process.env.GOTIFY_SERVER_PORT ?? '80';
5
6
export default defineConfig({
7
+ base: './',
8
build: {
9
outDir: 'build',
10
emptyOutDir: true,
0 commit comments