diff --git a/src/pages/posts/[...slug].astro b/src/pages/posts/[...slug].astro index 624a158..b9c7857 100644 --- a/src/pages/posts/[...slug].astro +++ b/src/pages/posts/[...slug].astro @@ -89,7 +89,6 @@ const haveToc = headings.some(heading => heading.depth === 2 || heading.depth == links.forEach(link => link.classList.remove('bg-hover')); link.classList.add('bg-hover'); history.replaceState(null, '', href); - break; } } }