add preview lol

This commit is contained in:
Ayush Mukherjee 2021-02-14 12:53:27 +05:30
commit b31d2bf4ce
2 changed files with 0 additions and 7 deletions

View file

@ -51,10 +51,6 @@ export default {
"sort": { "sort": {
"_created": -1 "_created": -1
}, },
"filter": {
"published": true,
"title_slug": this.id
},
"fields": { "fields": {
"title": 1, "title": 1,
"title_slug": 1, "title_slug": 1,

View file

@ -58,9 +58,6 @@ export default {
"sort": { "sort": {
"_created": -1 "_created": -1
}, },
"filter": {
"published": true
},
"fields": { "fields": {
"title": 1, "title": 1,
"title_slug": 1, "title_slug": 1,