Skip to content

Commit

Permalink
Deploy website - based on 8fc27a2
Browse files Browse the repository at this point in the history
  • Loading branch information
NaveOWO committed Jan 3, 2024
1 parent 50a1942 commit df5d773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my-website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function Home() {
const isBrowser = useIsBrowser();

if (isBrowser) {
return <Redirect to={`navrary/docs/Overview/Introduce`} />;
return <Redirect to={`docs/Overview/Introduce`} />;
}

return null;
Expand Down

0 comments on commit df5d773

Please sign in to comment.