File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/.vitepress/theme/versioning Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,12 +69,12 @@ watch(
6969 <div class =" items" >
7070 <VPMenuLink v-if =" !isLatest" :item =" {
7171 text: latestVersion,
72- link: `/../`,
72+ link: `/../index `,
7373 }" />
7474 <template v-for =" version in versions " :key =" version " >
7575 <VPMenuLink v-if =" currentVersion != version" :item =" {
7676 text: version,
77- link: `${isLatest? '' : '/..'}/${version}/`,
77+ link: `${isLatest? '' : '/..'}/${version}/index `,
7878 }" />
7979 </template >
8080 </div >
@@ -88,12 +88,12 @@ watch(
8888 <div id =" navbar-group-version" class =" items" >
8989 <VPMenuLink :item =" {
9090 text: latestVersion,
91- link: `${isLatest? '' : '/..'}/`,
91+ link: `${isLatest? '' : '/..'}/index `,
9292 }" />
9393 <template v-for =" version in versions " :key =" version " >
9494 <VPMenuLink :item =" {
9595 text: version,
96- link: `${isLatest? '' : '/..'}/${version}/`,
96+ link: `${isLatest? '' : '/..'}/${version}/index `,
9797 }" />
9898 </template >
9999 </div >
You can’t perform that action at this time.
0 commit comments