Files
litellm/ui/litellm-dashboard/next.config.mjs
T

8 lines
136 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
basePath: '/ui',
};
export default nextConfig;