fix(ci): remove unused vars

This commit is contained in:
Barrett Ruth 2025-11-09 14:57:22 -05:00
parent 77acd7c517
commit be188323e0
3 changed files with 4 additions and 12 deletions

View file

@ -61,8 +61,8 @@ for (const c of CATS) {
<div class="posts" id="posts"></div>
</div>
<script slot="scripts" define:vars={{ postsByCategory }}>
<script slot="scripts" define:vars={{ postsByCategory }} is:inline>
window.postsByCategory = postsByCategory;
</script>
<script slot="scripts" src="/scripts/index.js"></script>
<script slot="scripts" src="/scripts/index.js" is:inline></script>
</BaseLayout>