diff --git a/src/components/widgets/Footer.astro b/src/components/widgets/Footer.astro index 7fd4bc3..a2dbfe5 100644 --- a/src/components/widgets/Footer.astro +++ b/src/components/widgets/Footer.astro @@ -1,6 +1,8 @@ --- import { Icon } from "astro-icon"; +import { getHomePermalink } from "~/utils/permalinks"; + const {} = Astro.props; --- @@ -9,7 +11,7 @@ const {} = Astro.props;