mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-15 10:20:58 +00:00
8 lines
136 B
JavaScript
8 lines
136 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
output: 'export',
|
|
basePath: '/ui',
|
|
};
|
|
|
|
export default nextConfig;
|