feat: add peaks of the balkan page
Some checks failed
Deploy to SFTP Server / build (push) Failing after 8m22s

This commit is contained in:
2024-06-21 14:30:17 +02:00
parent de16fcea56
commit 91d0e55d3c
38 changed files with 4779 additions and 4153 deletions

View File

@@ -10,6 +10,6 @@ const pages = await getCollection("photos");
const posts = filterCollection(pages, locale);
---
<Layout title="Dude">
<Layout title="Max Richter | Photos">
{posts.map((post) => <HeroCard post={post} />)}
</Layout>