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