Open naimsolong opened 6 months ago
File at pages/posts/index.vue and pages/projects/index.vue doesn't filter out future date.
pages/posts/index.vue
pages/projects/index.vue
const posts = await queryContent('xxxx').only(['id', 'title', 'description', 'image', 'draft', '_path']).where({ draft: false }).sort({ published: -1 }).limit(50).find()
Commit: 76a9ab66c22ff34f15d92d25be30d3a0195ff467
Fix: 490dc80d09b4eb7a80dd09dbcb9d8e26af4de202
Problem
File at
pages/posts/index.vue
andpages/projects/index.vue
doesn't filter out future date.