Skip to content

Commit d8e7587

Browse files
Add discord link
1 parent 8d9b985 commit d8e7587

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/stores/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export const useCoreStore = defineStore('core', () => {
1010
const repoBaseUrl = `https://github.com/webdevnerdstuff/${packageName}`;
1111
const links = {
1212
changeLog: `${repoBaseUrl}/blob/main/CHANGELOG.md`,
13+
discord: 'https://discord.gg/ksYZfB5F',
1314
github: repoBaseUrl,
1415
githubProfile: 'https://github.com/webdevnerdstuff',
1516
license: `${repoBaseUrl}/blob/main/LICENSE.md`,

0 commit comments

Comments
 (0)