diff options
| author | 2023-04-28 13:45:20 +0800 | |
|---|---|---|
| committer | 2023-04-28 13:45:20 +0800 | |
| commit | 1ddb58bda228a1b2a7f1688147f02f345595705e (patch) | |
| tree | e621293cd7e5da0c80e1012e7cea088f63523f03 /docs/theme.config.js | |
| parent | 30232223986c46c68b3587b28a46549f7bd5e743 (diff) | |
| download | HydroRoll-1ddb58bda228a1b2a7f1688147f02f345595705e.tar.gz HydroRoll-1ddb58bda228a1b2a7f1688147f02f345595705e.zip | |
✨修改url与repo
Diffstat (limited to 'docs/theme.config.js')
| -rw-r--r-- | docs/theme.config.js | 8 |
1 files changed, 4 insertions, 4 deletions
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 = { <link rel="alternate" type="application/rss+xml" - title="Turbo Blog" - href="https://turbo.build/feed.xml" + title="HydroRoll Blog" + href="https://hydroroll.retrofor.space/feed.xml" /> </> ); |
