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