feat: Ajout des descriptions
This commit is contained in:
parent
c9f243c3c8
commit
7e35de482c
|
@ -8,7 +8,7 @@ const config = {
|
|||
collections: {
|
||||
actualites: {
|
||||
readByQueryOption: {
|
||||
fields: ['title', 'slug', 'date', 'image', 'image_credit', 'draft', 'body'],
|
||||
fields: ['title', 'slug', 'date', 'image', 'image_credit', 'draft', 'body', 'description'],
|
||||
filter
|
||||
},
|
||||
pathBuilder: (article) => {
|
||||
|
|
Loading…
Reference in New Issue