--- import Container from '@components/Container.astro' import Link from '@components/Link.astro' import { SITE } from '@consts' const items = [ { href: '/blog', label: 'blog' }, { href: '/authors', label: 'authors' }, { href: '/about', label: 'about' }, { href: '/tags', label: 'tags' }, ] ---
{SITE.TITLE}