diff --git a/themes/gitbook/components/LogoBar.js b/themes/gitbook/components/LogoBar.js index e0f7b4cb..5b6a0c87 100644 --- a/themes/gitbook/components/LogoBar.js +++ b/themes/gitbook/components/LogoBar.js @@ -2,6 +2,7 @@ import LazyImage from '@/components/LazyImage' import { useGitBookGlobal } from '@/themes/gitbook' import Link from 'next/link' import { siteConfig } from '@/lib/config' +import CONFIG from '../config' /** * Logo区域 @@ -20,7 +21,7 @@ export default function LogoBar(props) {
- + {siteConfig('TITLE')}