There was an error while loading. Please reload this page.
1 parent 8c86060 commit 4de7c75Copy full SHA for 4de7c75
1 file changed
app/layout.tsx
@@ -14,8 +14,18 @@ export default function RootLayout({ children }: { children: ReactNode }) {
14
suppressHydrationWarning
15
>
16
<head>
17
- <link rel="alternate" type="text/markdown" href="/llms.txt" title="LLM Documentation Index" />
18
- <link rel="alternate" type="text/markdown" href="/llms-full.txt" title="Full LLM Documentation" />
+ <link
+ rel="alternate"
19
+ type="text/markdown"
20
+ href="/llms.txt"
21
+ title="LLM Documentation Index"
22
+ />
23
24
25
26
+ href="/llms-full.txt"
27
+ title="Full LLM Documentation"
28
29
</head>
30
<body className="flex flex-col min-h-screen">
31
<QueryProvider>
0 commit comments