We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 591d52c commit e00437dCopy full SHA for e00437d
2 files changed
docusaurus.config.ts
@@ -43,6 +43,7 @@ const config: Config = {
43
'classic',
44
{
45
docs: {
46
+ routeBasePath: 'optimai',
47
sidebarPath: './sidebars.ts',
48
remarkPlugins: [remarkMath],
49
rehypePlugins: [rehypeKatex],
src/pages/index.tsx
@@ -2,5 +2,5 @@ import type { ReactNode } from 'react';
2
import { Redirect } from '@docusaurus/router';
3
4
export default function Home(): JSX.Element {
5
- return <Redirect to="/docs/" />;
+ return <Redirect to="/optimai/" />;
6
}
0 commit comments