Skip to content

Commit e0cad0f

Browse files
Syedowais312pashagolub
authored andcommitted
Fix web UI assest paths for web-base-path deployments
1 parent 81676aa commit e0cad0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)