From d98ba33e8191738e93c2364816d6098f9a4eb703 Mon Sep 17 00:00:00 2001 From: zthxxx Date: Sat, 13 May 2023 22:31:00 +0800 Subject: [PATCH] docs: fix docs site description and repo link --- docs/theme.config.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/theme.config.tsx b/docs/theme.config.tsx index 9e14bb16..2ccd70e7 100644 --- a/docs/theme.config.tsx +++ b/docs/theme.config.tsx @@ -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 !== '/') { @@ -72,7 +72,7 @@ const config: DocsThemeConfig = { />