Skip to content

Commit ba67ba5

Browse files
committed
Add MEG-XL redirect
1 parent 7121656 commit ba67ba5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/app/megxl/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 MegxlRedirectPage() {
6+
redirect("https://github.com/neural-processing-lab/MEG-XL");
7+
}

0 commit comments

Comments
 (0)