Open
Description
Have you checked for existing feature requests?
- Completed
Summary
For blog posts in particular, there might be a lot of existing links floating out there.
Our existing URL scheme looks like this:
https://pulsar-edit.dev/blog/20240902-savetheclocktower-modern-tree-sitter-part-7.html
But it seems we're about to make it look like this:
https://blog.pulsar-edit.dev/20240902-savetheclocktower-modern-tree-sitter-part-7/
Or at least:
https://pulsar-edit.dev/blog/20240902-savetheclocktower-modern-tree-sitter-part-7/
I know this is a static site generator, but it would be great if we had a way to issue redirects from the old URL scheme. Just putting this out there in case it's possible.
What benefits does this feature provide?
We won't break URLs that currently work — because cool URIs don’t change.
Any alternatives?
We could change the planned permalink format to match what we already have. (I don't love this as an idea, but if it came down to this or nothing, I'd take it.)
Other examples:
No response