import BLOG from '@/blog.config' import Link from 'next/link' import CONFIG from '../config' /** * Logo区域 * @param {*} props * @returns */ export default function LogoBar(props) { const { siteInfo } = props return (
{/* eslint-disable-next-line @next/next/no-img-element */} {BLOG.AUTHOR {CONFIG.SHOW_TITLE_TEXT && siteInfo?.title}
) }