Skip to content

Commit b08a354

Browse files
committed
fix:react-ssr path
1 parent 679a600 commit b08a354

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/.vuepress/layout/layout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<footer class="docs-footer page-meta">
55
<div :class="$style.footerContainer" role="presentation">
66
<div :class="$style.docsInfo">
7-
MIT Licensed | Copyright © 2005-present 58.com
7+
MIT Licensed | Copyright © 2021
88
</div>
99
</div>
1010
</footer>

docs/.vuepress/locales/zh-CN.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535

3636
- text: SSR
3737
children:
38-
- text: 'React SSR'
39-
link: '/新手指南/框架介绍.md'
38+
- text: 'React'
39+
link: '/服务端渲染/React-ssr.md'
4040

41-
- text: 'Vue SSR'
41+
- text: 'Vue'
4242
link: '/服务端渲染/Vue-ssr.md'
4343

4444
# sidebar
@@ -130,10 +130,10 @@
130130

131131
- text: 服务端渲染
132132
children:
133-
- text: React-SSR
134-
link: /服务端渲染/React-SSR.md
133+
- text: React
134+
link: /服务端渲染/React-ssr.md
135135

136-
- text: Vue-SSR
136+
- text: Vue
137137
link: /服务端渲染/Vue-ssr.md
138138

139139
- text: 老项目升级

0 commit comments

Comments
 (0)