Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
realtux committed Dec 19, 2024
1 parent eecbba8 commit 2460a4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const config = {
/** @type {import('@docusaurus/preset-classic').Options} */
({
docs: {
routeBasePath: '/exa',
routeBasePath: '/',
sidebarPath: './sidebars.js',
sidebarCollapsible: false,
// Please change this to your repo.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import React from 'react'
import { Redirect } from '@docusaurus/router'

export default function HomeRedirect() {
return <Redirect to="/intro" />;
return <Redirect to="/exa/intro" />;
};

0 comments on commit 2460a4b

Please sign in to comment.