import Link from 'next/link'; import { getAllPostsMeta } from '@/lib/posts'; export default function BlogIndex() { const posts = getAllPostsMeta(); return (

Blog

); }