fix: serving gotify on a subpath

https://vite.dev/guide/build.html#relative-base
This commit is contained in:
Jannis Mattheis 2025-09-13 13:56:00 +02:00
parent 0239db0a6e
commit 5c2a972221
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ import react from '@vitejs/plugin-react';
const GOTIFY_SERVER_PORT = process.env.GOTIFY_SERVER_PORT ?? '80';
export default defineConfig({
base: './',
build: {
outDir: 'build',
emptyOutDir: true,