diff options
| -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> |
