diff --git a/src/routes/+page.ts b/src/routes/+page.ts index e430cc1..a94c88b 100644 --- a/src/routes/+page.ts +++ b/src/routes/+page.ts @@ -1,6 +1,6 @@ import { fetchPostsSorted, sortPostsByPostAndUpdateDate } from "$src/lib/util/Blogs"; -const LATEST_POSTS_COUNT = 3; +const LATEST_POSTS_COUNT = 5; export async function load() { let md: any