Skip to content

Commit b84b922

Browse files
authored
[-] fix --web-base-path deployments, closes #1328 (#1329)
1 parent 81676aa commit b84b922

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/webui/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export default defineConfig(({ command }) => ({
2626
include: '**/*.svg',
2727
}),
2828
],
29+
base: './',
2930
server: {
3031
port: 4000,
3132
proxy: {

0 commit comments

Comments
 (0)