-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug Description
The previous/next post navigation links at the bottom of blog posts are not working as intended.
Expected Behavior
- Previous/Next links should only show posts in the same language
- Posts should be ordered chronologically (by publication date)
- Navigation should work correctly for both
/en/and/ko/routes
Current Behavior
- Links are not filtered by current language
- Posts are not in chronological order
- Navigation shows mixed language posts
Steps to Reproduce
- Go to any blog post (e.g.,
/en/blog/post-title) - Scroll to bottom of the page
- Check Previous/Next post links
- Observe incorrect language mixing or wrong chronological order
Environment
- Astro + TypeScript + Tailwind
- i18n configuration enabled
- Routes:
/en/blog/and/ko/blog/
Technical Context
Need to fix the logic that:
- Filters posts by current page language
- Sorts posts by publication date
- Generates correct previous/next navigation links
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working