mirror of
https://github.com/jetkvm/website.git
synced 2025-09-16 08:38:16 +00:00
6 lines
146 B
TypeScript
6 lines
146 B
TypeScript
import { LoaderFunctionArgs, redirect } from "@remix-run/node";
|
|
|
|
export function loader() {
|
|
return redirect("https://discord.gg/Ky9v3tF7e5");
|
|
}
|