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 d8e7587 commit 7ece447Copy full SHA for 7ece447
src/stores/index.ts
@@ -10,7 +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',
+ 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