diff --git a/ghost/core/core/server/services/url/config.js b/ghost/core/core/server/services/url/config.js index 642999ac39..8b739036b9 100644 --- a/ghost/core/core/server/services/url/config.js +++ b/ghost/core/core/server/services/url/config.js @@ -31,7 +31,8 @@ module.exports = [ 'twitter_title', 'twitter_description', 'custom_template', - 'locale' + 'locale', + 'tiers' ], withRelated: ['tags', 'authors'], withRelatedPrimary: { @@ -79,7 +80,8 @@ module.exports = [ 'tags', 'authors', 'primary_tag', - 'primary_author' + 'primary_author', + 'tiers' ], filter: 'status:published+type:page' },