We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d6c84 commit c862115Copy full SHA for c862115
docs/app/pages/templates/[slug].vue
@@ -97,7 +97,7 @@ const images = computed(() => template.value
97
target: '_blank',
98
}, {
99
label: 'Clone on GitHub',
100
- to: `https://github.com/${template.owner}/${template.name}`,
+ to: `https://github.com/${template.owner}/${template.name}/tree/${template.branch}`,
101
102
}]"
103
>
0 commit comments