diff --git a/src/components/Nav.astro b/src/components/Nav.astro index 6f38e70..92b869e 100644 --- a/src/components/Nav.astro +++ b/src/components/Nav.astro @@ -19,7 +19,7 @@ function getLangSwitchPath(path: string, lang: string) { const langSwitchPath = getLangSwitchPath(pathname, lang); --- -