forked from phoenix/litellm-mirror
use correct build paths
This commit is contained in:
parent
900e89c0ad
commit
dab556660d
2 changed files with 7 additions and 7 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
Add a link
Reference in a new issue