fix: script name
This commit is contained in:
parent
202bc3a785
commit
4baf06ccfc
2 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ const topicColor = getTopicColor(post.collection);
|
|||
|
||||
<Fragment slot="scripts">
|
||||
<script type="module" src="/scripts/index.js"></script>
|
||||
<script type="module" src="/scripts/centerKatex.js"></script>
|
||||
<script src="/scripts/centerKatex.js" is:inline></script>
|
||||
{frontmatter.scripts?.map((src) => <script type="module" src={src} />)}
|
||||
<slot name="scripts" />
|
||||
</Fragment>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue