From bdda29f36928453f15337de97e92b7db5540ed3b Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 9 Jun 2025 23:44:22 -0500 Subject: [PATCH] fix favicon path --- src/layouts/Layout.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 91df3ab..19b7901 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -17,7 +17,7 @@ const { title, description } = Astro.props; - + {title}