forked from phoenix/litellm-mirror
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} */
|
/** @type {import('next').NextConfig} */
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
output: 'export',
|
output: 'export',
|
||||||
basePath: '/ui',
|
basePath: process.env.UI_BASE_PATH || '/ui',
|
||||||
};
|
};
|
||||||
|
|
||||||
nextConfig.experimental = {
|
nextConfig.experimental = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue