--- const links = { home: "/", blog: "/blog", forgejo: "https://git.mydadleft.me", grafana: "https://grafana.mydadleft.me", github: "https://github.com/getchoo", }; --- { Object.entries(links).map(([link, url]) => ( {link} )) }