We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc7a78 commit 046c7e0Copy full SHA for 046c7e0
web/src/pages/[theType].astro
@@ -24,4 +24,6 @@ const { theType } = Astro.props;
24
}}>
25
26
<EnhancedMarkdown content={theType.data.description} />
27
-</StarlightPage>
+</StarlightPage>
28
+
29
+<script type="module" src="/mta-keyword_linker.js"></script>
0 commit comments