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 a8d3c21 commit 26bb2d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions my-website/src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import { Redirect } from "@docusaurus/router";
export default function Home() {
const isBrowser = useIsBrowser();

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

return null;
}

0 comments on commit 26bb2d6

Please sign in to comment.