We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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()
The text was updated successfully, but these errors were encountered:
Commit: 76a9ab6
Sorry, something went wrong.
Fix: 490dc80
No branches or pull requests
Problem
File at
pages/posts/index.vue
andpages/projects/index.vue
doesn't filter out future date.The text was updated successfully, but these errors were encountered: