diff options
| author | seth <[email protected]> | 2023-05-16 07:28:20 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-16 07:28:20 -0400 |
| commit | 5bc74e9c3a1ab354dfbd513990827c9b03f80022 (patch) | |
| tree | f744b73f645233c10c701bdb50831b6770287341 | |
| parent | b8224c70904f692c896e52253d98f47f225a4994 (diff) | |
fix title and description in <head>
https://cdn.discordapp.com/emojis/1028590535843250186.webp?quality=lossless
| -rw-r--r-- | src/components/Head.astro | 2 |
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> |
