Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit 80a529d

Browse files
committed
docs(home): update section jump links to match section content
1 parent c3614ce commit 80a529d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ import docsCardDark from "../public/console-dark.png";
203203
<div className="features-container">
204204
<div className="content-container">
205205
<Features>
206-
<Feature index={0} large centered id="docs-card" href="/docs">
206+
<Feature index={0} large centered id="docs-card" href="/docs/features">
207207
<Image src={docsCard} alt="Background" loading="eager" />
208208
<Image src={docsCardDark} alt="Background (Dark)" loading="eager" />
209209
<h3>几分钟内创建<br className="show-on-mobile"/>强大的现代博客网站。</h3>
@@ -286,7 +286,7 @@ import docsCardDark from "../public/console-dark.png";
286286
}}
287287
>全平台<br/>黑暗模式</motion.h3>
288288
</Feature>
289-
<Feature index={3} large id="macros-card" href="/docs">
289+
<Feature index={3} large id="macros-card" href="//usage/macros">
290290
<div style={{ zIndex: 2}}>
291291
<h3>Markdown + 自定义语法, <br/>丰富您的内容。</h3>
292292
<p>Mix Space 支持自定义 Markdown 内语法,您可以使用自定义语法来丰富您的内容。</p>
@@ -303,7 +303,7 @@ import docsCardDark from "../public/console-dark.png";
303303
backgroundRepeat: 'no-repeat',
304304
textShadow: '0 1px 6px rgb(38 59 82 / 18%)',
305305
aspectRatio: '1.765',
306-
}} href="/docs">
306+
}} href="/usage/serverless">
307307
<h3 style={{
308308
marginTop: '-2rem',
309309
}}>

0 commit comments

Comments
 (0)