--- import { getCollection } from 'astro:content'; import Layout from "../../layouts/Layout.astro"; import Card from "../../components/Card.astro"; const posts = await getCollection('posts'); --- Home All Posts Egg Book {posts.map(project => ( ))}
Egg Book