mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2024-11-10 00:13:02 +01:00
Remove post limit on blog's index page
This commit is contained in:
parent
e553a66631
commit
1ac6bc6abc
@ -7,5 +7,5 @@ import PostList from '../../components/PostList.astro';
|
|||||||
title="blog"
|
title="blog"
|
||||||
description="blog about the making of maciej's projects and more"
|
description="blog about the making of maciej's projects and more"
|
||||||
>
|
>
|
||||||
<PostList limit={10} />
|
<PostList />
|
||||||
</BlogSubpage>
|
</BlogSubpage>
|
||||||
|
Loading…
Reference in New Issue
Block a user