support published value
This commit is contained in:
		| @@ -7,6 +7,7 @@ import BlogCard from '@components/blog/BlogCard.astro'; | ||||
|  | ||||
| const posts = await directus.request( | ||||
|   readItems('posts', { | ||||
|     filter: { published: { _eq: true } }, | ||||
|     fields: ['*'], | ||||
|     sort: ['-published_date'], | ||||
|   }) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user