nuxt content order by deep value
like
but it won't work cuz
but it won't work cuz
props.date isn't keyof Collectionprops.datekeyof Collectionconst route = useRoute()
const { data } = await useAsyncData(route.path, () => {
return queryCollection('docs')
.order('props.date', 'DESC')
.all()
})