We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 292da71 commit 3bb903cCopy full SHA for 3bb903c
src/pages/index.tsx
@@ -1,5 +1,5 @@
1
import { Redirect } from "@docusaurus/router";
2
3
export default function Home() {
4
- return <Redirect to="/api" />;
+ return <Redirect to="/docs/welcome" />;
5
}
0 commit comments