chore: middleware

This commit is contained in:
Cory Dransfeldt 2024-11-17 09:08:15 -08:00
parent 45b6e113b5
commit 3ab6f77a69
No known key found for this signature in database
18 changed files with 180 additions and 36 deletions

View file

@ -1,7 +1,8 @@
---
import Menu from '@components/nav/Menu.astro';
const { nav, siteName, url } = Astro.props;
const { siteName, url } = Astro.props;
const { nav } = Astro.locals;
const isHomePage = url === '/';
---