From ed6a2594819ac064699183e17be27dc96f26b49c Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Wed, 21 Sep 2022 09:27:17 +0630 Subject: [PATCH] Set posts/1 to posts in prev link --- src/layouts/Posts.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/Posts.astro b/src/layouts/Posts.astro index 96b9515..9998c2c 100644 --- a/src/layouts/Posts.astro +++ b/src/layouts/Posts.astro @@ -37,7 +37,7 @@ const next = pageNum < totalPages ? "" : "disabled";