Update deps and introduce new article

This commit is contained in:
2025-03-15 13:26:20 +02:00
parent 955b031ca9
commit 06b46ba149
8 changed files with 5821 additions and 4631 deletions

View File

@@ -16,7 +16,10 @@ definePageMeta({
>
<ContentList :query="{ sort: [{ date: -1 }] }" v-slot="{ list }">
<div v-for="article in list" :key="article._path">
<ArticleListing :article="article" />
<ArticleListing
:article="article"
v-if="article._path?.startsWith('/articles')"
/>
</div>
</ContentList>
</UContainer>