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.
1 parent 8d9b985 commit d8e7587Copy full SHA for d8e7587
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.gg/ksYZfB5F',
14
github: repoBaseUrl,
15
githubProfile: 'https://github.com/webdevnerdstuff',
16
license: `${repoBaseUrl}/blob/main/LICENSE.md`,
0 commit comments