mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
fix allow setting UI _BASE path
This commit is contained in:
parent
7c23077a71
commit
757baf3fd8
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
output: 'export',
|
||||
basePath: '/ui',
|
||||
basePath: process.env.UI_BASE_PATH || '/ui',
|
||||
};
|
||||
|
||||
nextConfig.experimental = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue