Skip to content

Commit c091d53

Browse files
committed
add bbl redirect
1 parent ce291ae commit c091d53

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/app/bbl/page.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import { redirect } from "next/navigation";
2+
3+
export const dynamic = "force-static";
4+
5+
export default function BblRedirectPage() {
6+
redirect("https://github.com/neural-processing-lab/the-brains-bitter-lesson");
7+
}

0 commit comments

Comments
 (0)