This commit is contained in:
@@ -8,5 +8,11 @@ const t = useTranslations(Astro.url);
|
||||
---
|
||||
|
||||
<Layout title="Max Richter">
|
||||
{resources.map((resource) => <HeroCard post={{...resource, body: t(`${resource.id}.description`), data: {cover:{src:resource.cover}, title: t(resource.id)}}} />)}
|
||||
{resources.map((resource) =>
|
||||
<HeroCard post={{
|
||||
...resource,
|
||||
body: t(`${resource.id}.description`),
|
||||
data: {
|
||||
cover:{src:resource.cover}, title: t(resource.id)}}} />
|
||||
)}
|
||||
</Layout>
|
||||
|
||||
Reference in New Issue
Block a user