We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05dd638 + 7ece447 commit 35fd0f0Copy full SHA for 35fd0f0
src/stores/index.ts
@@ -10,6 +10,7 @@ export const useCoreStore = defineStore('core', () => {
10
const repoBaseUrl = `https://github.com/webdevnerdstuff/${packageName}`;
11
const links = {
12
changeLog: `${repoBaseUrl}/blob/main/CHANGELOG.md`,
13
+ discord: 'https://discord.com/users/979453275369783346',
14
github: repoBaseUrl,
15
githubProfile: 'https://github.com/webdevnerdstuff',
16
license: `${repoBaseUrl}/blob/main/LICENSE.md`,
0 commit comments