mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 15:54:13 +01:00
fix: article sorting
This commit is contained in:
@@ -8,7 +8,7 @@ useSeoMeta({
|
||||
})
|
||||
|
||||
const { data: writings } = await useAsyncData('all-portfolio', () =>
|
||||
queryContent('/portfolio').sort({ published: -1 }).without('body').find())
|
||||
queryContent('/portfolio').sort({publishedAt: -1}).without('body').find())
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user