Skip to content

Commit 55a6409

Browse files
committed
修改路径
1 parent 45aa6cf commit 55a6409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default defineUserConfig({
1414
theme: hopeTheme({
1515
sidebar: [
1616
{ text: '首页', link: '/', },
17-
{ text: '阅读须知', link: `/md` },
17+
{ text: '阅读须知', link: tutorialPath },
1818
{ text: '基本概念', link: tutorialPath + '01基本概念', },
1919
{ text: '使用线程', link: tutorialPath + '02使用线程', },
2020
{ text: '共享数据', link: tutorialPath + '03共享数据', },

0 commit comments

Comments
 (0)