Skip to content

Commit

Permalink
docs: fix docs site description and repo link
Browse files Browse the repository at this point in the history
  • Loading branch information
zthxxx committed May 13, 2023
1 parent 413ae9a commit d98ba33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const config: DocsThemeConfig = {
project: {
link: 'https://github.com/zthxxx/react-dev-inspector',
},
docsRepositoryBase: 'https://github.com/zthxxx/react-dev-inspector/tree/main/docs',
docsRepositoryBase: 'https://github.com/zthxxx/react-dev-inspector/tree/dev/docs',
useNextSeoProps() {
const { asPath } = useRouter()
if (asPath !== '/') {
Expand All @@ -72,7 +72,7 @@ const config: DocsThemeConfig = {
/>
<meta
name='description'
content='Make beautiful websites with Next.js & MDX.'
content='Seamless browser-to-editor code navigation'
/>
<link rel='icon' href='/favicon.svg' type='image/svg+xml' />
<link
Expand Down

1 comment on commit d98ba33

@vercel
Copy link

@vercel vercel bot commented on d98ba33 Sep 4, 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:

react-dev-inspector – ./

react-dev-inspector.vercel.app
react-dev-inspector-zthxxx.vercel.app
react-dev-inspector-git-dev-zthxxx.vercel.app

Please sign in to comment.