export default function () { const domain = process.env.domain_name || "xunuwu.xyz"; return [ { name: "git", link: `https://git.${domain}`, }, ]; }