aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2024-10-13 19:08:59 +0200
committerAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2024-10-13 19:08:59 +0200
commitdd41c2d5ab9cf445921383db8266a32d1c4a73d8 (patch)
tree05354918106dcc91a7ad072909157275a517d9d9 /src
parent06b6e5800a94c6c9d48924e904b6e2416fc67442 (diff)
fix build issues
Diffstat (limited to 'src')
-rw-r--r--src/layouts/Layout.astro2
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>