From 1ac6bc6abcf42e285a37d30d2cc47b9a6bfdf937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Sat, 20 Jul 2024 18:06:55 +0200 Subject: [PATCH] Remove post limit on blog's index page --- src/pages/blog/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/blog/index.astro b/src/pages/blog/index.astro index 637bff1..bea0945 100644 --- a/src/pages/blog/index.astro +++ b/src/pages/blog/index.astro @@ -7,5 +7,5 @@ import PostList from '../../components/PostList.astro'; title="blog" description="blog about the making of maciej's projects and more" > - +