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 41edf38 commit 458125aCopy full SHA for 458125a
src/pages/changelog/[...slug].astro
@@ -31,6 +31,7 @@ const { Content, headings } = await render(note);
31
const props = {
32
frontmatter: {
33
title: note.data.title,
34
+ description: note.data.description,
35
template: "splash",
36
noindex: note.data.hidden,
37
},
0 commit comments