diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-10-13 19:08:59 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-10-13 19:08:59 +0200 |
| commit | dd41c2d5ab9cf445921383db8266a32d1c4a73d8 (patch) | |
| tree | 05354918106dcc91a7ad072909157275a517d9d9 /src/layouts/Layout.astro | |
| parent | 06b6e5800a94c6c9d48924e904b6e2416fc67442 (diff) | |
fix build issues
Diffstat (limited to 'src/layouts/Layout.astro')
| -rw-r--r-- | src/layouts/Layout.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 2333acd..3bf3b6b 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -8,7 +8,7 @@ interface Props { description: string; } -const { title, description, transitionName, transitionAnimate } = Astro.props; +const { title, description } = Astro.props; --- <!doctype html> |
