Skip to content

Commit

Permalink
discord permalinks.ts
Browse files Browse the repository at this point in the history
modify discord join link
  • Loading branch information
bitkarrot authored Nov 1, 2023
1 parent d2626a9 commit 4067720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/permalinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const BLOG_BASE = cleanSlug(BLOG?.list?.pathname);
export const CATEGORY_BASE = cleanSlug(BLOG?.category?.pathname || 'category');
export const TAG_BASE = cleanSlug(BLOG?.tag?.pathname) || 'tag';
export const JOIN_US = 'join-us';
export const DISCORD_LINK = 'https://discord.gg/ph88YwmcrA';
export const DISCORD_LINK = 'https://discord.gg/7eGt4JbD8e';

/** */
export const getCanonical = (path = ''): string | URL => {
Expand Down

0 comments on commit 4067720

Please sign in to comment.