--- const posts = Object.entries( import.meta.glob('./*.md', { eager: true }) ).map(([path, post]) => { const slug = path.replace('./', '').replace('.md', ''); return { title: post.frontmatter.title, url: `/blog/${slug}/`, }; }); --- Blog | Withered Sanctum

Blog