Skip to content

Commit 9e1455f

Browse files
authored
Merge pull request #840 from gotify/fix-subpath
fix: serving gotify on a subpath
2 parents 0239db0 + 5c2a972 commit 9e1455f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ui/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import react from '@vitejs/plugin-react';
44
const GOTIFY_SERVER_PORT = process.env.GOTIFY_SERVER_PORT ?? '80';
55

66
export default defineConfig({
7+
base: './',
78
build: {
89
outDir: 'build',
910
emptyOutDir: true,

0 commit comments

Comments
 (0)