When generating the Feed, posts that contain references to other posts, for example using {% post_url some-other-post %}, they will show up with broken URLs like <a href=\"/blog/2025/some-other-post…\">.
I'm not sure if the jekyll-json-feed plugin is at fault here, but there isn't any other way to fix this (apart from hooking into the plugin using a custom hook and fixing the links). But having the links automatically fixed by the plugin would be nice.
When generating the Feed, posts that contain references to other posts, for example using
{% post_url some-other-post %}, they will show up with broken URLs like<a href=\"/blog/2025/some-other-post…\">.I'm not sure if the jekyll-json-feed plugin is at fault here, but there isn't any other way to fix this (apart from hooking into the plugin using a custom hook and fixing the links). But having the links automatically fixed by the plugin would be nice.