© 2026 Hedgehog Software, LLC
--- title: test post 2 date: 2025-01-01 --- Test!
return queryCollection('posts') .order('date', 'DESC') .select('path', 'title', 'date') .all()
date
return queryCollection('posts') //.order('date', 'DESC') .select('path', 'title', /*'date'*/) .all()
npm run dev
ERROR [nuxt] [request error] [unhandled] [500] no such column: "date" - should this be a string literal in single-quotes?