fix(ci): make astro check more strict
This commit is contained in:
parent
be188323e0
commit
9312bb5fb8
8 changed files with 9 additions and 9 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue