diff --git a/src/routes/log/+page.server.ts b/src/routes/log/+page.server.ts index e2dcfb7..66ec963 100644 --- a/src/routes/log/+page.server.ts +++ b/src/routes/log/+page.server.ts @@ -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