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 962f124 commit fa831ebCopy full SHA for fa831eb
lib/site.config.tsx
@@ -42,7 +42,7 @@ export const Links = {
42
github: 'https://github.com/ZephyrCloudIO/docs',
43
extension:
44
'https://chromewebstore.google.com/detail/zephyr-mission-control/liflhldchhinbaeplljlplhnbkdidedn',
45
- discord: 'https://zephyr-cloud.io/discord',
+ discord: 'https://discord.gg/zephyrcloud',
46
};
47
export const SiteConfig: CardProps = {
48
start: [
rspress.config.ts
@@ -21,7 +21,7 @@ const socialLinks: SocialLink[] = [
21
{
22
icon: 'discord',
23
mode: 'link',
24
- content: 'https://zephyr-cloud.io/discord',
+ content: 'https://discord.gg/zephyrcloud',
25
},
26
27
icon: 'x',
0 commit comments