We have a website made with Prismic that displays a series of articles in landing page, but they're not displayed in the order of publication. I reached out Prismic team and told to change code to:
{ orderings : '[document.last_publication_date]' }
but that was already in place and it doesn't fix the issue.
What else could be done to solve this?