We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description Fragment redirects end up on the main resource URL instead of the .plain.html one.
.plain.html
To Reproduce Steps to reproduce the behavior:
/foo
/bar
/foo.plain.html
Expected behavior The redirect keeps the suffix and sends you to /bar.plain.html
/bar.plain.html
The text was updated successfully, but these errors were encountered:
fix: append .plain.html in redirects if needed
66aa0ff
fixes #451
fix: append .plain.html in redirects if needed (#452)
d3035a1
chore(release): 5.1.1 [skip ci]
611c4d4
## [5.1.1](v5.1.0...v5.1.1) (2023-11-09) ### Bug Fixes * append .plain.html in redirects if needed ([#452](#452)) ([d3035a1](d3035a1)), closes [#451](#451) * increase test time ([336bda0](336bda0))
🎉 This issue has been resolved in version 5.1.1 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
tripodsan
Successfully merging a pull request may close this issue.
Description
Fragment redirects end up on the main resource URL instead of the
.plain.html
one.To Reproduce
Steps to reproduce the behavior:
/foo
to/bar
/foo.plain.html
/bar
Expected behavior
The redirect keeps the suffix and sends you to
/bar.plain.html
The text was updated successfully, but these errors were encountered: