···2929 // For other paths without locale prefix, also rewrite
3030 if (
3131 domainLocale && !url.pathname.startsWith(`/${domainLocale}/`) &&
3232- !url.pathname.startsWith(`/${domainLocale}`)
3232+ !url.pathname.startsWith(`/${domainLocale}`) &&
3333+ !url.pathname.startsWith("/_")
3334 ) {
3435 // Check if the path starts with any other locale
3536 const startsWithOtherLocale = config.locales.some(
+1-1
src/pages/en/index.astro
···55 intro: {
66 title: "Hiya!",
77 description: "I'm a 🇫🇷 French computer science student.",
88- ps: ["I love building robust and performant websites."],
88+ ilivein: "I'm currently living in",
99 },
1010 languages: `<p>I'm a native 🇬🇧 <strong>English</strong> and 🇫🇷 <strong>French</strong> speaker.</p>`,
1111 blogSection: {
+1-1
src/pages/fr/index.astro
···55 intro: {
66 title: "Bonjour!",
77 description: "Je suis un étudiant en informatique 🇫🇷 Français.",
88- ps: ["J'adore construire des sites web robustes et performants."],
88+ ilivein: "J'habite actuellement à",
99 },
1010 languages: `<p>Je suis natif en 🇬🇧 <strong>Anglais</strong> et 🇫🇷 <strong>Français</strong>.</p>`,
1111 blogSection: {