Skip to content

Commit 88fb5da

Browse files
authored
fix: repoBaseUrl contains unexpected scope name
1 parent 1306ba0 commit 88fb5da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const useCoreStore = defineStore('core', () => {
77
const storageName = 'vuetify-inline-fields';
88

99
// Links //
10-
const repoBaseUrl = `https://github.com/webdevnerdstuff/${packageName}`;
10+
const repoBaseUrl = `https://github.com/webdevnerdstuff/${packageName.split('/')[1]}`;
1111
const links = {
1212
changeLog: `${repoBaseUrl}/blob/main/CHANGELOG.md`,
1313
discord: 'https://discord.com/users/979453275369783346',

0 commit comments

Comments
 (0)