diff --git a/src/components/BaseHead.astro b/src/components/BaseHead.astro index 08e50f3..bec6f5c 100644 --- a/src/components/BaseHead.astro +++ b/src/components/BaseHead.astro @@ -45,3 +45,6 @@ const { title, description, image = '/self.png' } = Astro.props; + + + \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index 89f6fc9..2560cd0 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -8,7 +8,6 @@ import { SITE_TITLE, SITE_DESCRIPTION } from "../consts"; -