Skip to content

Commit 9a10cb2

Browse files
committed
fix: correct git tag page url
1 parent 64a3cf2 commit 9a10cb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/BuildEnvironment.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const buildTime = computed(() => new Date(buildInfo.value.time))
2323
<span>&middot;</span>
2424
<LinkBase
2525
v-if="buildInfo.env === 'release'"
26-
:to="`https://github.com/npmx-dev/npmx.dev/tag/v${buildInfo.version}`"
26+
:to="`https://github.com/npmx-dev/npmx.dev/releases/tag/v${buildInfo.version}`"
2727
>
2828
v{{ buildInfo.version }}
2929
</LinkBase>

0 commit comments

Comments
 (0)