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 1bd9759 commit c2aeada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ const config = {
name="apple-mobile-web-app-title"
content="DocsGPT Documentation"
/>
<DocsGPTWidget />

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

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

),
},
Expand Down

2 comments on commit c2aeada

@vercel
Copy link

@vercel vercel bot commented on c2aeada 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:

nextra-docsgpt – ./docs

nextra-docsgpt.vercel.app
nextra-docsgpt-arc53.vercel.app
nextra-docsgpt-git-main-arc53.vercel.app
docs.docsgpt.co.uk

@vercel
Copy link

@vercel vercel bot commented on c2aeada 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-brown.vercel.app
docs-gpt-arc53.vercel.app
docs-gpt-git-main-arc53.vercel.app

Please sign in to comment.