Merge pull request #840 from gotify/fix-subpath
fix: serving gotify on a subpath
This commit is contained in:
commit
9e1455ff7d
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue