We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce291ae commit c091d53Copy full SHA for c091d53
src/app/bbl/page.tsx
@@ -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