Update theme.config.jsx

This commit is contained in:
Alex
2023-09-12 17:19:18 +01:00
parent 1bd9759ab7
commit c2aeadae33

View File

@@ -115,6 +115,7 @@ const config = {
name="apple-mobile-web-app-title"
content="DocsGPT Documentation"
/>
<DocsGPTWidget />
</>
);
@@ -127,13 +128,12 @@ const config = {
<Logo height={10} width={10} />
{title}
<Analytics />
<DocsGPTWidget />
</div>
) : (
<>{title}
<Analytics />
<DocsGPTWidget /></>
</>
),
},