Skip to content

Commit 3bb903c

Browse files
Fixed redirect.
1 parent 292da71 commit 3bb903c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Redirect } from "@docusaurus/router";
22

33
export default function Home() {
4-
return <Redirect to="/api" />;
4+
return <Redirect to="/docs/welcome" />;
55
}

0 commit comments

Comments
 (0)