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