We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 002f926 + 88509a1 commit 1b04fb0Copy full SHA for 1b04fb0
src/ui/app/layout.tsx
@@ -17,17 +17,14 @@ export default function RootLayout({
17
18
return (
19
<html lang="en">
20
- <head>
+ <Head>
21
<meta charSet="utf-8" />
22
<link rel="icon" href={`${assetPrefix}/favicon.ico`} />
23
<link rel="apple-touch-icon" href={`${assetPrefix}/favicon-192x192.png`} />
24
<meta name="viewport" content="width=device-width, initial-scale=1" />
25
<meta name="theme-color" content="#000000" />
26
- <meta name="description" content="LLM Benchmarking Tool" />
27
- <meta name="title" content="GuideLLM" />
28
<link rel="manifest" href={`${assetPrefix}/manifest.json`} />
29
- <title>Guide LLM</title>
30
- </head>
+ </Head>
31
<body>{children}</body>
32
</html>
33
);
0 commit comments