Skip to content

Commit 2eb8767

Browse files
karan925tyaga001
authored andcommitted
Add sitemap configuration and update redirect paths
1 parent e81cb5c commit 2eb8767

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
@@ -2,5 +2,5 @@ import { Redirect } from "@docusaurus/router";
22

33
export default function Home(): JSX.Element {
44
// const { siteConfig } = useDocusaurusContext();
5-
return <Redirect to="/introduction" />;
5+
return <Redirect to="/docs/introduction" />;
66
}

0 commit comments

Comments
 (0)