--- import FriendlyLinkItem from "./FriendlyLinkItem.astro"; import { getCollection } from "astro:content"; import { getLangFromUrl } from "@/i18n"; const lang = getLangFromUrl(Astro.url); const links = await getCollection("friends"); // const { links = [] } = Astro.props; ---