Skip to content

Commit a28d932

Browse files
committed
nit
1 parent e881a57 commit a28d932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/developer-hub/src/lib/get-llm-text.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export async function getLLMText(page: InferPageType<typeof source>) {
1717
});
1818

1919
// note: it doesn't escape frontmatter, it's up to you.
20-
return `# ${page.data.title ?? ""}
20+
return `# ${page.data.title}
2121
URL: ${page.url}
2222
2323
${String(processed.value)}`;

0 commit comments

Comments
 (0)