fix: script url

This commit is contained in:
Barrett Ruth 2025-10-09 15:17:18 -04:00
parent bf0c348587
commit 202bc3a785

View file

@ -73,7 +73,7 @@ const topicColor = getTopicColor(post.collection);
<Fragment slot="scripts">
<script type="module" src="/scripts/index.js"></script>
<script src="/scripts/centerKatex.js" is:inline></script>
<script type="module" src="/scripts/centerKatex.js"></script>
{frontmatter.scripts?.map((src) => <script type="module" src={src} />)}
<slot name="scripts" />
</Fragment>