--- 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

"homeP1" {Astro.url.toString()} {getLocaleByPath("en")}