Update deps and introduce new article
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user