@@ -0,0 +1,5 @@
+import { redirect } from "@solidjs/router"
+
+export async function GET() {
+ return redirect("https://discord.gg/opencode")
+}