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.
1 parent e881a57 commit a28d932Copy full SHA for a28d932
apps/developer-hub/src/lib/get-llm-text.ts
@@ -17,7 +17,7 @@ export async function getLLMText(page: InferPageType<typeof source>) {
17
});
18
19
// note: it doesn't escape frontmatter, it's up to you.
20
- return `# ${page.data.title ?? ""}
+ return `# ${page.data.title}
21
URL: ${page.url}
22
23
${String(processed.value)}`;
0 commit comments