Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81cb5c commit 2eb8767Copy full SHA for 2eb8767
src/pages/index.tsx
@@ -2,5 +2,5 @@ import { Redirect } from "@docusaurus/router";
2
3
export default function Home(): JSX.Element {
4
// const { siteConfig } = useDocusaurusContext();
5
- return <Redirect to="/introduction" />;
+ return <Redirect to="/docs/introduction" />;
6
}
0 commit comments