From 1ddb58bda228a1b2a7f1688147f02f345595705e Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 28 Apr 2023 13:45:20 +0800 Subject: ✨修改url与repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/theme.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/theme.config.js') diff --git a/docs/theme.config.js b/docs/theme.config.js index 0704c09..ce6426b 100644 --- a/docs/theme.config.js +++ b/docs/theme.config.js @@ -7,7 +7,7 @@ import HeaderLogo from "./components/HeaderLogo"; import ExtraContent from "./components/ExtraContent"; import { Discord, Github } from "./components/Social"; -const SITE_ROOT = "https://turbo.build"; +const SITE_ROOT = "https://hydroroll.retrofor.space"; /** * @type {import('nextra-theme-docs').DocsThemeConfig} @@ -16,7 +16,7 @@ const theme = { sidebar: { defaultMenuCollapseLevel: Number.POSITIVE_INFINITY, }, - docsRepositoryBase: "https://github.com/vercel/turbo/blob/main/docs", + docsRepositoryBase: "https://github.com/retrofor/HydroRoll/blob/main/docs", useNextSeoProps: function SEO() { const router = useRouter(); const { frontMatter } = useConfig(); @@ -147,8 +147,8 @@ const theme = { ); -- cgit v1.2.3-70-g09d2