feat: hide shorts in home
This commit is contained in:
parent
a7c190b55c
commit
cf87ea0f4e
|
|
@ -111,6 +111,11 @@ export async function getFeed({
|
|||
path: "tags",
|
||||
array_starts_with: "comment"
|
||||
}
|
||||
}, {
|
||||
content: {
|
||||
path: "tags",
|
||||
array_starts_with: "short" # TODO: remove this
|
||||
}
|
||||
}]
|
||||
},
|
||||
},
|
||||
|
|
@ -619,6 +624,11 @@ export async function getFeed({
|
|||
path: "tags",
|
||||
array_starts_with: "comment"
|
||||
}
|
||||
}, {
|
||||
content: {
|
||||
path: "tags",
|
||||
array_starts_with: "short" # TODO: remove this
|
||||
}
|
||||
}]
|
||||
},
|
||||
OR: [
|
||||
|
|
|
|||
Loading…
Reference in New Issue