From 45ca51bc354e66ac1c08ae9d2b025787b3bebb21 Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Tue, 30 Dec 2025 17:39:52 +0100 Subject: [PATCH] Update _index.tsx --- website/src/routes/_index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/routes/_index.tsx b/website/src/routes/_index.tsx index 20a6535..adddad1 100644 --- a/website/src/routes/_index.tsx +++ b/website/src/routes/_index.tsx @@ -1,7 +1,7 @@ import { redirect } from 'react-router'; export const loader = () => { - return redirect('https://github.com/remorses/playwriter'); + throw redirect('https://github.com/remorses/playwriter'); }; export default function Index() {