Skip to content

Commit 4de7c75

Browse files
committed
chore: format
1 parent 8c86060 commit 4de7c75

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

app/layout.tsx

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,18 @@ export default function RootLayout({ children }: { children: ReactNode }) {
1414
suppressHydrationWarning
1515
>
1616
<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" />
17+
<link
18+
rel="alternate"
19+
type="text/markdown"
20+
href="/llms.txt"
21+
title="LLM Documentation Index"
22+
/>
23+
<link
24+
rel="alternate"
25+
type="text/markdown"
26+
href="/llms-full.txt"
27+
title="Full LLM Documentation"
28+
/>
1929
</head>
2030
<body className="flex flex-col min-h-screen">
2131
<QueryProvider>

0 commit comments

Comments
 (0)