From 665ba998f2125cbda6d257f24d11c03089cc678c Mon Sep 17 00:00:00 2001 From: WayneGoosen <13494899+WayneGoosen@users.noreply.github.com> Date: Wed, 11 Sep 2024 23:42:26 +0200 Subject: [PATCH] fix: remove duplicate h1 --- 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 4776de0..060ac00 100644 --- a/src/components/TableOfContents.astro +++ b/src/components/TableOfContents.astro @@ -29,7 +29,7 @@ function buildToc(headings: TableOfContent[]) { ---