From 5077cf074f43e28f569b395f80f037905b1eee82 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 14 May 2024 18:35:11 -0700 Subject: [PATCH] fix: redirects --- _redirects | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_redirects b/_redirects index 867b75b0..1b3c529b 100644 --- a/_redirects +++ b/_redirects @@ -71,8 +71,8 @@ /assets/img/feed-icon.png /assets/icons/apple-touch-icon.png 200! # general -/posts/ /posts/0/ 200! -/links/ /links/0/ 200! +/posts/0/ /posts/ 200! +/links/0/ /links/ 200! /watching/movies-to-watch/ /watching/movies-to-watch/0/ 200! /watching/shows-to-watch/ /watching/shows-to-watch/0/ 200! /books/want-to-read/ /books/want-to-read/0/ 200!