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() {