Update post-list.hbs added slash to page/2#61
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughA pagination link in the post-list template component was updated to include a trailing slash in its href attribute, changing from Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Free Tier Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
Bugbot Autofix is kicking off a free cloud agent to fix this issue. This run is complimentary, but you can enable autofix for all future PRs in the Cursor dashboard.
|
Thanks! This is a good fix that should have happened quite a while ago. Merging now! |
* Update post-list.hbs added slash to page/2 --------- Co-authored-by: Cathy Sarisky <42299862+cathysarisky@users.noreply.github.com>
Because ghost automaticaly adds slashes to urls page/2 should have a slash at the end otherwise it is causing an extra redirect.
Note
Low Risk
Single template hyperlink change plus a newline-only edit; minimal behavioral impact beyond reducing redirects.
Overview
Updates the post list template to link to
{{@site.url}}/page/2/(trailing slash) for the “See all” pagination CTA, avoiding an extra redirect on Ghost installs configured with slash-terminated URLs.Also normalizes the file ending by ensuring a final newline.
Written by Cursor Bugbot for commit 63363ab. This will update automatically on new commits. Configure here.