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 3a96d31 commit fdfe505Copy full SHA for fdfe505
1 file changed
src/components/sections/SubmitCta.svelte
@@ -4,7 +4,8 @@
4
5
const PROBLEM_WEBHOOK = import.meta.env.VITE_DISCORD_PROBLEM_WEBHOOK || "";
6
const MODEL_WEBHOOK = import.meta.env.VITE_DISCORD_MODEL_WEBHOOK || "";
7
- const INVITE_URL = import.meta.env.VITE_DISCORD_INVITE_URL || "";
+ const INVITE_URL =
8
+ import.meta.env.VITE_DISCORD_INVITE_URL || "https://discord.gg/tsK6BCsKK";
9
10
const copy = getContext("copy") || {};
11
const cfg = copy?.overview?.landingSections?.[5] || {};
0 commit comments