We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 263bd00 commit 4d74ff2Copy full SHA for 4d74ff2
src/pages/index.js
@@ -2,5 +2,5 @@ import React from 'react';
2
import {Redirect} from '@docusaurus/router';
3
4
export default function Home() {
5
- return <Redirect to="/docs" />;
+ return <Redirect to="/pay-docs/guide" />;
6
};
0 commit comments