How to create a list of blog categories using custom types in nextjs

Sorry for the late response. I forgot to add the categories before calling the category. Now it's working.

filters: [prismic.filter.at('my.blog_post.categories.category', page.id)],

1 Like