Merge pull request #840 from gotify/fix-subpath

fix: serving gotify on a subpath
This commit is contained in:
Jannis Mattheis 2025-09-13 14:04:36 +02:00 committed by GitHub
commit 9e1455ff7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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'; const GOTIFY_SERVER_PORT = process.env.GOTIFY_SERVER_PORT ?? '80';
export default defineConfig({ export default defineConfig({
base: './',
build: { build: {
outDir: 'build', outDir: 'build',
emptyOutDir: true, emptyOutDir: true,