diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 7b552be..d2ddc80 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,51 +1,22 @@ --- interface Props { - title: string; + title: string } -const { title } = Astro.props; +const { title } = Astro.props --- - +
- - - - - -