-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Description
Since the blog page has pagination, the tags should also paginate to keep the same functionality in that page.
I did something similar to my site: Adriel-M/adriel.dev#80 (no demo on my actual site since I don't have enough posts 😓 )
I had to:
- Create app/tags/[tag]/page/[page]/page.tsx to support the paging.
- Create a component layouts/PagedListLayoutWithTags.tsx that just populates the right fields to
ListLayout - Modify
ListLayoutWithTags.tsxto handle finding out current tag and the base path since there's multiple levels now.
Let me know if this is something wanted and I can try sending a PR
Metadata
Metadata
Assignees
Labels
No labels