mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-17 00:14:51 +00:00
fix:change docs url (#5307)
This commit is contained in:
6
document/components/docs/not-found.tsx
Normal file
6
document/components/docs/not-found.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { redirect } from 'next/navigation';
|
||||
|
||||
export default function NotFound() {
|
||||
redirect(`/docs/introduction`);
|
||||
return <></>;
|
||||
}
|
Reference in New Issue
Block a user