mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-25 20:02:47 +00:00
6 lines
118 B
TypeScript
6 lines
118 B
TypeScript
import { redirect } from 'next/navigation';
|
|
|
|
export default function HomePage() {
|
|
redirect(`/docs/introduction`);
|
|
}
|