Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #743 from Shinsina/correct-sitemaps-urls
Browse files Browse the repository at this point in the history
Include `mutations.Website.primaryCategory` on projection for query used by `contentSitemapUrls` resolver
  • Loading branch information
solocommand authored Jul 13, 2023
2 parents b0e3ba5 + 471c372 commit ae64e7b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1096,6 +1096,7 @@ module.exports = {
type: 1,
'mutations.Website.slug': 1,
'mutations.Website.primarySection': 1,
'mutations.Website.primaryCategory': 1,
updated: 1,
images: 1,
};
Expand Down

0 comments on commit ae64e7b

Please sign in to comment.