feat: some shit
This commit is contained in:
@@ -19,8 +19,8 @@ const projects = filterCollection(
|
||||
getLocale(Astro.url),
|
||||
);
|
||||
|
||||
const t = useTranslations(Astro);
|
||||
const tp = useTranslatedPath(Astro);
|
||||
const t = useTranslations(Astro.url);
|
||||
const tp = useTranslatedPath(Astro.url);
|
||||
|
||||
const featuredProject = projects.find((project) => project.data?.featured);
|
||||
const otherProjects = projects
|
||||
|
Reference in New Issue
Block a user