Fixed reading time not showing up on frontend (#18201)

Refs https://github.com/TryGhost/Product/issues/3630
This commit is contained in:
Sanne de Vries 2023-09-18 12:58:44 +02:00 committed by GitHub
parent cce7152d72
commit a27ba55b50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ module.exports = {
const getCollectionPosts = async (collectionSlug, postCount) => {
const frame = {
options: {
columns: ['url','excerpt']
columns: ['url','excerpt','reading_time']
},
original: {
context: {