Added LiteLLM to the stack
This commit is contained in:
12
Development/litellm/ui/litellm-dashboard/next.config.mjs
Normal file
12
Development/litellm/ui/litellm-dashboard/next.config.mjs
Normal file
@@ -0,0 +1,12 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
output: 'export',
|
||||
basePath: '',
|
||||
assetPrefix: '/litellm-asset-prefix', // If a server_root_path is set, this will be overridden by runtime injection
|
||||
};
|
||||
|
||||
nextConfig.experimental = {
|
||||
missingSuspenseWithCSRBailout: false
|
||||
}
|
||||
|
||||
export default nextConfig;
|
Reference in New Issue
Block a user