fix: Next page link on first page

This commit is contained in:
Leni Aniva 2024-10-18 11:31:34 -07:00
parent 6e7ccd73fc
commit d756598342
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@
</svelte:head>
<hr class="separator" />
<PostList {posts} pageN=1 {maxPageN}/>
<PostList {posts} pageN={1} {maxPageN}/>