From 346390ff736450ecbb51d9ecfb0750e15c093945 Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Fri, 21 Nov 2025 01:34:58 +0100 Subject: [PATCH] Fix --- src/components/TableOfContents.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TableOfContents.astro b/src/components/TableOfContents.astro index 5ef28f0..0ec0f71 100644 --- a/src/components/TableOfContents.astro +++ b/src/components/TableOfContents.astro @@ -11,7 +11,7 @@ const { headings } = Astro.props;