SPB Git forge

spb/rareindex

Public
54commits 1branches 0releases
7.1 MBsize
maindefault branch
10 days agolast push
TypeScript 61.9% HTML 37.2% SQL 0.7%
206 B · 7 lines tsx
Raw Blame History
1import { redirect } from 'next/navigation';23/** `/indices` is the conventional path; the RARE index family lives at `/rareindex`. */4export default function IndicesRedirect() {5  redirect('/rareindex');6}7