diff options
Diffstat (limited to 'src/components/Head.astro')
| -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> |
