diff --git a/src/components/Analytics.astro b/src/components/Analytics.astro index 428ad4f..8235dea 100644 --- a/src/components/Analytics.astro +++ b/src/components/Analytics.astro @@ -1,17 +1,2 @@ ---- -type Props = { - readonly title: string; -}; - -const path = Astro.url.pathname; -const { title } = Astro.props; ---- - - - - - diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 0209c58..8ed13fd 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -14,8 +14,8 @@ const { description, title } = Astro.props; @@ -26,6 +26,6 @@ const { description, title } = Astro.props; - +