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 ae5e10f commit a8d3c21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion my-website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const config = {
url: "https://naveowo.github.io",
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: "/",
baseUrl: "/navrary-CK-util-componenets/",

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
Expand Down
4 changes: 3 additions & 1 deletion my-website/src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ export default function Home() {
const isBrowser = useIsBrowser();

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

return null;
Expand Down

0 comments on commit a8d3c21

Please sign in to comment.