Skip to content

Commit 458125a

Browse files
authored
[Docs Site] Pass changelog description to StarlightPage
1 parent 41edf38 commit 458125a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/changelog/[...slug].astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ const { Content, headings } = await render(note);
3131
const props = {
3232
frontmatter: {
3333
title: note.data.title,
34+
description: note.data.description,
3435
template: "splash",
3536
noindex: note.data.hidden,
3637
},

0 commit comments

Comments
 (0)