Skip to content

Commit

Permalink
Update theme.config.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
dartpain committed Sep 12, 2023
1 parent ae117c4 commit dcdbb05
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ const config = {
name="apple-mobile-web-app-title"
content="DocsGPT Documentation"
/>
<DocsGPTWidget />

</>
);
Expand All @@ -128,11 +127,14 @@ const config = {
<Logo height={10} width={10} />
{title}
<Analytics />
<DocsGPTWidget />
</div>

) : (
<>{title}
<Analytics /></>
<Analytics />
<DocsGPTWidget /></>

),
},

Expand Down

1 comment on commit dcdbb05

@vercel
Copy link

@vercel vercel bot commented on dcdbb05 Sep 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs-gpt – ./frontend

docs-gpt-arc53.vercel.app
docs-gpt-brown.vercel.app
docs-gpt-git-main-arc53.vercel.app

Please sign in to comment.