Skip to content

Commit fdfe505

Browse files
committed
default discord invite url in submit cta
1 parent 3a96d31 commit fdfe505

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/sections/SubmitCta.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
55
const PROBLEM_WEBHOOK = import.meta.env.VITE_DISCORD_PROBLEM_WEBHOOK || "";
66
const MODEL_WEBHOOK = import.meta.env.VITE_DISCORD_MODEL_WEBHOOK || "";
7-
const INVITE_URL = import.meta.env.VITE_DISCORD_INVITE_URL || "";
7+
const INVITE_URL =
8+
import.meta.env.VITE_DISCORD_INVITE_URL || "https://discord.gg/tsK6BCsKK";
89
910
const copy = getContext("copy") || {};
1011
const cfg = copy?.overview?.landingSections?.[5] || {};

0 commit comments

Comments
 (0)