litellm-mirror/ui/litellm-dashboard/next.config.mjs
2024-01-31 14:22:09 -08:00

7 lines
136 B
JavaScript

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