Hi,
Recently we experienced an issue in the way the posts are displayed in our blog.
In our Gatsby app we sort the posts in the query this way: sort: { fields: [date], order: DESC } but the order they are displayed doesn’t match the criteria.
In local is working but nor in PROD environment.
Are we missing something?
Thanks,
Diego