From 9e3ad0422bff820012fb508d8e24bdf5b7ce4cf4 Mon Sep 17 00:00:00 2001 From: ndsboy Date: Wed, 19 Mar 2025 17:57:19 +0000 Subject: [PATCH] fix: discord invite link --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 4999c3d..5920afb 100644 --- a/nginx.conf +++ b/nginx.conf @@ -21,7 +21,7 @@ server { return 301 https://directus.swablab.de/admin/content/tasks_general; } location /discord { - return 301 https://discord.gg/sZbmJdGkMQ; + return 301 https://discord.gg/A4grfc5Vzm; } location / {