diff --git a/docs/theme.config.jsx b/docs/theme.config.jsx
index ccec1cff..1cf6b688 100644
--- a/docs/theme.config.jsx
+++ b/docs/theme.config.jsx
@@ -115,6 +115,7 @@ const config = {
name="apple-mobile-web-app-title"
content="DocsGPT Documentation"
/>
+
>
);
@@ -127,13 +128,12 @@ const config = {
{title}
-
) : (
<>{title}
- >
+ >
),
},