mirror of
https://github.com/jetkvm/website.git
synced 2025-09-16 08:38:16 +00:00
6 lines
148 B
TypeScript
6 lines
148 B
TypeScript
import { redirect } from "@remix-run/node";
|
|
|
|
export function loader() {
|
|
return redirect("https://jetkvm.com/docs/getting-started/quick-start");
|
|
}
|