--- import { languages, getLangFromUrl } from '../i18n/ui'; import { Globe } from 'lucide-astro'; const lang = getLangFromUrl(Astro.url); const currentPath = Astro.url.pathname; ---