diff --git a/site/src/components/Nav.astro b/site/src/components/Nav.astro index 4bf5802..38561e8 100644 --- a/site/src/components/Nav.astro +++ b/site/src/components/Nav.astro @@ -7,13 +7,13 @@ const prefix = isHome ? '' : '/'; const isDocs = Astro.url.pathname === '/docs' || Astro.url.pathname.startsWith('/docs/'); ---