From c7485a443e5e83338b2b659d4bab2966630aab9f Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Fri, 2 Feb 2024 14:36:16 +0800 Subject: [PATCH] gitbook home page logo link optimization --- themes/gitbook/components/LogoBar.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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')}