feat: some shit
This commit is contained in:
@ -7,8 +7,8 @@ function isActive(path: string) {
|
||||
return Astro.url.pathname === path ? "active" : "";
|
||||
}
|
||||
|
||||
const t = useTranslations(Astro);
|
||||
const translatePath = useTranslatedPath(Astro);
|
||||
const t = useTranslations(Astro.url);
|
||||
const translatePath = useTranslatedPath(Astro.url);
|
||||
|
||||
const paths = [
|
||||
{
|
||||
|
Reference in New Issue
Block a user