feat: increase notes per page
All checks were successful
create archive with lfs / tag (push) Successful in 8s
All checks were successful
create archive with lfs / tag (push) Successful in 8s
This commit is contained in:
parent
a3ec4cdabe
commit
2dc5e6f1a5
@ -1,6 +1,6 @@
|
|||||||
import { noteExists, readNote, readNotesList } from '$lib/notes'
|
import { noteExists, readNote, readNotesList } from '$lib/notes'
|
||||||
|
|
||||||
const notesPerPage: number = 8
|
const notesPerPage: number = 12
|
||||||
|
|
||||||
export const load = ({ url }) => {
|
export const load = ({ url }) => {
|
||||||
// get the note id to search for and display the page it is in
|
// get the note id to search for and display the page it is in
|
||||||
|
Loading…
Reference in New Issue
Block a user