--- import { Icon } from "astro-icon/components"; const { pathname } = Astro.url; --- { pathname !== "/" ? ( <> Home > ) : ( <> {import.meta.env.DEFAULT_TITLE} > ) }