naimsolong / naimsolong.com

Just migrated from Hugo into Nuxt, using Cloudflare page
https://naimsolong.com/
0 stars 0 forks source link

Filter out future date for both post and project #6

Open naimsolong opened 6 months ago

naimsolong commented 6 months ago

Problem

File at pages/posts/index.vue and pages/projects/index.vue doesn't filter out future date.

const posts = await queryContent('xxxx').only(['id', 'title', 'description', 'image', 'draft', '_path']).where({ draft: false }).sort({ published: -1 }).limit(50).find()
naimsolong commented 6 months ago

Commit: 76a9ab66c22ff34f15d92d25be30d3a0195ff467

naimsolong commented 6 months ago

Fix: 490dc80d09b4eb7a80dd09dbcb9d8e26af4de202