From 5bc74e9c3a1ab354dfbd513990827c9b03f80022 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 16 May 2023 07:28:20 -0400 Subject: fix title and description in https://cdn.discordapp.com/emojis/1028590535843250186.webp?quality=lossless --- src/components/Head.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/components/Head.astro b/src/components/Head.astro index 6f96984..1ccc6fa 100644 --- a/src/components/Head.astro +++ b/src/components/Head.astro @@ -1,5 +1,5 @@ --- -const { title, description } = Astro.props.title; +const { title, description } = Astro.props; --- -- cgit v1.2.3