We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c153ae4 commit 4c462bbCopy full SHA for 4c462bb
1 file changed
src/components/TableOfContentsScript.astro
@@ -21,5 +21,5 @@
21
document.querySelectorAll("section[id]").forEach((section) => {
22
observer.observe(section);
23
});
24
- });
+ });
25
</script>
0 commit comments