From 9577fd7dd8ff9587bc9e964adf0e398120f1de1e Mon Sep 17 00:00:00 2001 From: Florian Z <64655691+flnzba@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:48:30 +0200 Subject: [PATCH] Update markdown-content.mdx DE added frontmatter.title --- src/content/docs/de/guides/markdown-content.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/de/guides/markdown-content.mdx b/src/content/docs/de/guides/markdown-content.mdx index ec673a33384f6..4e6cfc79b6a8e 100644 --- a/src/content/docs/de/guides/markdown-content.mdx +++ b/src/content/docs/de/guides/markdown-content.mdx @@ -244,7 +244,7 @@ const posts = await Astro.glob('../pages/post/*.md'); --- ```