Skip to content

Commit 2b8a054

Browse files
authored
fix: tag pagination and wrong month for post (#84)
1 parent f6a54ba commit 2b8a054

File tree

4 files changed

+2
-0
lines changed

4 files changed

+2
-0
lines changed
File renamed without changes.
File renamed without changes.

static/_redirects

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,12 @@ https://docs.metal-stack.io/* https://metal-stack.io/:splat 301!
100100
# some articles briefly had an article.md instead of an index.md leading to different urls
101101
/blog/:year/:month-:slug/article /blog/:year/:month-:slug 301
102102
/tags/:tag /blog/tags/:tag 301
103+
/tags/:tag/page/:page /blog/tags/:tag/page/:page 301
103104
/tags/:tag/index.html /blog/tags/:tag 301
104105
# previously there were categories - now there aren't
105106
/categories/:tag /blog/tags/:tag 301
106107
/categories/:tag/index.html /blog/tags/:tag 301
108+
/categories/:tag/page/:page /blog/tags/:tag/page/:page 301
107109

108110
# external redirects
109111
/stable/references/external/tailscale/README /docs/tailscale-service-exposal 301

0 commit comments

Comments
 (0)