fix(ci): make astro check more strict

This commit is contained in:
Barrett Ruth 2025-11-09 14:59:59 -05:00
parent be188323e0
commit 9312bb5fb8
8 changed files with 9 additions and 9 deletions

View file

@ -43,7 +43,7 @@ if (post.data?.redirect) {
<PostLayout frontmatter={post.data} post={post}>
<Fragment slot="head">
<title>{pageTitle}</title>
<script src="/scripts/index.js"></script>
<script src="/scripts/index.js" is:inline></script>
</Fragment>
<Content />
</PostLayout>

View file

@ -11,7 +11,7 @@ gists.sort(sortItem);
<BaseLayout title={title}>
<slot name="head" slot="head">
<link rel="stylesheet" href="/styles/index.css" />
<script src="/scripts/index.js"></script>
<script src="/scripts/index.js" is:inline></script>
</slot>
<div class="content">

View file

@ -11,7 +11,7 @@ repos.sort(sortItem);
<BaseLayout title={title}>
<slot name="head" slot="head">
<link rel="stylesheet" href="/styles/index.css" />
<script src="/scripts/index.js"></script>
<script src="/scripts/index.js" is:inline></script>
</slot>
<div class="content">