Skip to content

Fix: Return correct URLs from Micropub

Jamie Tanna requested to merge defect/redirect-url into develop

It's been broken for quite some time, but as we're looking towards extending Micropub to work with other content types, we should return this correctly for the content that is being published.

This requires we add a new urlPath property of the PersistenceAction that captures the URL that we'll be creating.

Closes #211 (closed).

Merge request reports