Skip to content

Commit 94f423a

Browse files
committed
Add fix from #1235 to fix bitbucket links.
1 parent 2f315d7 commit 94f423a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/default-theme/Page.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ export default {
146146
? docsRepo
147147
: repo
148148
return (
149+
`/src` +
149150
base.replace(endingSlashRE, '') +
150151
`/${docsBranch}` +
151152
(docsDir ? '/' + docsDir.replace(endingSlashRE, '') : '') +

0 commit comments

Comments
 (0)