Skip to content

Commit 35fd0f0

Browse files
Merge pull request #11 from webdevnerdstuff/dev
Dev
2 parents 05dd638 + 7ece447 commit 35fd0f0

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.com/users/979453275369783346',
1314
github: repoBaseUrl,
1415
githubProfile: 'https://github.com/webdevnerdstuff',
1516
license: `${repoBaseUrl}/blob/main/LICENSE.md`,

0 commit comments

Comments
 (0)