--- import Menu from '@components/nav/Menu.astro'; const { siteName, url } = Astro.props; const { nav } = Astro.locals; const isHomePage = url === '/'; ---

{isHomePage ? ( siteName ) : ( {siteName} )}