chore: Upgrade theme

This commit is contained in:
2022-02-23 11:43:36 +01:00
parent c6c693b278
commit ca11bd39c1
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ const filter = process.env.DRAFT && process.env.DRAFT == 'true' ? '' : { draft:
const config = {
collections: {
actualites: {
readManyOption: {
readByQueryOption: {
fields: ['title', 'date', 'image', 'image_credit', 'description', 'auteur', 'draft', 'content'],
filter
},