404: unknown slug now falls through to the proper 404 page (instead of "Post not found")
postsRoutes /:slug matched every unknown slug and sent plain text, so the nice
catch-all was never reached. Now next() when no site/post found -> the proper
responsive 404.
Co-Authored-By: Claude <noreply@…>
(No files)
Note:
See TracChangeset
for help on using the changeset viewer.