From b1e04c2ea8f19677f74fa71ddd646ccdd1134465 Mon Sep 17 00:00:00 2001 From: prototypa Date: Sat, 10 Sep 2022 03:55:52 -0400 Subject: [PATCH] Fix homepage link --- src/components/widgets/Footer.astro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;