--- import { GLOBAL } from "../lib/variables"; import Anchor from "./common/Anchor.astro"; import ThemeToggle from "./ThemeToggle.astro"; --- {Object.entries(GLOBAL.menu).map((i) => ( {i[0]} ))}