We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--web-base-path
1 parent 81676aa commit b84b922Copy full SHA for b84b922
1 file changed
internal/webui/vite.config.ts
@@ -26,6 +26,7 @@ export default defineConfig(({ command }) => ({
26
include: '**/*.svg',
27
}),
28
],
29
+ base: './',
30
server: {
31
port: 4000,
32
proxy: {
0 commit comments