Skip to content

Commit abe2189

Browse files
Update tools/server/webui/svelte.config.js
Co-authored-by: Aleksander Grygier <[email protected]>
1 parent d9f21b9 commit abe2189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/server/webui/svelte.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const config = {
1111
paths: {
1212
// Base path for deployment in subdirectories (e.g., '/llama' for hosting at example.com/llama)
1313
// Leave empty ('') for root deployment (default behavior)
14-
base: ''
14+
base: process.env.BASE_PATH || ''
1515
},
1616
adapter: adapter({
1717
pages: '../public',

0 commit comments

Comments
 (0)