Skip to content

Commit 3c5b3a6

Browse files
nickngqsulivz
authored andcommitted
fix($theme-default): bitbucket edit link goes to wrong link (close: #1235) (#1248)
1 parent c4574f4 commit 3c5b3a6

File tree

1 file changed

+1
-0
lines changed
  • packages/@vuepress/theme-default/components

1 file changed

+1
-0
lines changed

packages/@vuepress/theme-default/components/Page.vue

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ export default {
145145
: repo
146146
return (
147147
base.replace(endingSlashRE, '') +
148+
`/src` +
148149
`/${docsBranch}` +
149150
(docsDir ? '/' + docsDir.replace(endingSlashRE, '') : '') +
150151
path +

0 commit comments

Comments
 (0)