feat: increase notes per page
All checks were successful
create archive with lfs / tag (push) Successful in 8s

This commit is contained in:
dusk 2024-11-02 18:26:16 +03:00
parent a3ec4cdabe
commit 2dc5e6f1a5
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw

View File

@ -1,6 +1,6 @@
import { noteExists, readNote, readNotesList } from '$lib/notes'
const notesPerPage: number = 8
const notesPerPage: number = 12
export const load = ({ url }) => {
// get the note id to search for and display the page it is in