diff --git a/src/components/Card.astro b/src/components/Card.astro index 5a9a126..34a2aa2 100644 --- a/src/components/Card.astro +++ b/src/components/Card.astro @@ -19,6 +19,7 @@ const { href, title, body } = Astro.props;
+ diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 6bc013b..25cdb51 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -24,7 +24,7 @@ import Footer from '../components/Footer.astro';