--- import Logo from "@/components/Logo.astro"; import Social from "@/components/Social.astro"; import config from "@/config/config.json"; import menu from "@/config/menu.json"; import social from "@/config/social.json"; import { markdownify } from "@/lib/utils/textConverter"; const { footer }: { footer: { name: string; url: string }[] } = menu; ---