jekyll-redirect-from: `redirect_to` does not work with file extensions
Similar to the issue with trailing slashes,
---
permalink: /kotchka
redirect_to: https://cdn.discordapp.com/attachments/543908157794156584/806716371244548126/[REDACTED].m4a
---
will 404, while
---
permalink: /kotchka
redirect_to: https://cdn.discordapp.com/attachments/543908157794156584/806716371244548126/[REDACTED]
---
will not 404. This is an issue because I cannot include the proper file extension. CCing @s-chizhik in case they know, but it’s a long shot.
About this issue
- Original URL
- State: open
- Created 3 years ago
- Comments: 32 (14 by maintainers)
This is still a bug.
Thank you, I forgot to reply to it :p
This is still a bug
Would be nice to see this and #252 resolved together. These seem like major issues for common use-cases.