We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f21b9 commit abe2189Copy full SHA for abe2189
tools/server/webui/svelte.config.js
@@ -11,7 +11,7 @@ const config = {
11
paths: {
12
// Base path for deployment in subdirectories (e.g., '/llama' for hosting at example.com/llama)
13
// Leave empty ('') for root deployment (default behavior)
14
- base: ''
+ base: process.env.BASE_PATH || ''
15
},
16
adapter: adapter({
17
pages: '../public',
0 commit comments