--- import { getLocaleByPath } from "astro:i18n"; import MainLayout from "../layouts/MainLayout.astro"; // Don't remove - redirects user to language version for the preffered language if (Astro.preferredLocale) { return Astro.redirect(`/${Astro.preferredLocale}/`); } ---

Welcome

You shouldn't be here. please continue to one of the following: