forked from phoenix/litellm-mirror
7 lines
136 B
JavaScript
7 lines
136 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
output: 'export',
|
|
basePath: '/ui',
|
|
};
|
|
|
|
export default nextConfig;
|