forked from phoenix/litellm-mirror
Fix admin UI title and description
This commit is contained in:
parent
2dab09cde1
commit
f48c92e817
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ import "./globals.css";
|
|||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Create Next App",
|
||||
description: "Generated by create next app",
|
||||
title: "🚅 LiteLLM",
|
||||
description: "LiteLLM Proxy Admin UI",
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue