public-demo
public-demo copied to clipboard
Resolve pagination error for posts archive block
The component that renders the archive block expects the field for publish date to be called PublishedDate
, but for posts it was called PublishedOn
.
Fixes https://github.com/payloadcms/public-demo/issues/40