--- import LinkCard from "../../components/LinkCard.astro"; import NavBar from "../../components/NavBar.astro"; import Layout from '../../layouts/Layout.astro'; const navLinks = [ { img: { src: '/icons/home.svg', alt: 'Go Home', }, to: '/', name: "Home", }, ]; ---

Utilities for the Discord Server