import BLOG from '@/blog.config' import Link from 'next/link' export default function LogoBar () { return
{BLOG.TITLE}
}