summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-16 07:28:20 -0400
committerseth <[email protected]>2023-05-16 07:28:20 -0400
commit5bc74e9c3a1ab354dfbd513990827c9b03f80022 (patch)
treef744b73f645233c10c701bdb50831b6770287341 /src/components
parentb8224c70904f692c896e52253d98f47f225a4994 (diff)
fix title and description in <head>
https://cdn.discordapp.com/emojis/1028590535843250186.webp?quality=lossless
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Head.astro2
1 files changed, 1 insertions, 1 deletions
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;
---
<head>