Update _index.tsx
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user