fix: prevent including extra params in repository name on GitHub Card

fix #3171
This commit is contained in:
TAKAHASHI Shuuji 2025-02-03 12:11:50 +09:00
parent 414adb5a71
commit 5d489c8640

View file

@ -69,7 +69,7 @@ const meta = computed(() => {
user,
titleUrl: `https://github.com/${user}${repo ? `/${repo}` : ''}`,
details,
repo,
repo: repo.split('?')[0],
number,
avatar,
author: author