--- import { LOGO_IMAGE, SITE } from "src/config"; import Hr from "./Hr.astro"; import LinkButton from "./LinkButton.astro"; import logoPNG from "/assets/logo.png"; import logoSVG from "/assets/logo.svg"; export interface Props { activeNav?: "posts" | "tags" | "about" | "search"; } const { activeNav } = Astro.props; --- Skip to content { LOGO_IMAGE.enable ? ( ) : ( SITE.title ) } Posts Tags About { SITE.lightAndDarkMode && ( ) }