File size: 249 Bytes
5279156
bca888a
5279156
 
 
 
bca888a
1
2
3
4
5
6
7
8
import { redirect } from "next/navigation"

// Corpus signals were folded into the home page. Preserve any external links
// to /corpus by sending readers to the same content at the root.
export default function CorpusRedirect() {
  redirect("/")
}