import { browsePost } from '$lib/content/contentApi'; export async function load() { const posts = await browsePost(); return { posts: posts }; }