docs
This commit is contained in:
8
docSite/src/pages/index.tsx
Normal file
8
docSite/src/pages/index.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import React, { useEffect } from 'react';
|
||||
|
||||
export default function Home(): JSX.Element {
|
||||
useEffect(() => {
|
||||
location.replace('https://fastgpt.run');
|
||||
}, []);
|
||||
return <></>;
|
||||
}
|
||||
Reference in New Issue
Block a user