diff --git a/my-website/docusaurus.config.js b/my-website/docusaurus.config.js index acc2e57..1f5f33a 100644 --- a/my-website/docusaurus.config.js +++ b/my-website/docusaurus.config.js @@ -16,7 +16,7 @@ const config = { url: "https://naveowo.github.io", // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: "/", + baseUrl: "/navrary-CK-util-componenets/", // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. diff --git a/my-website/src/pages/index.jsx b/my-website/src/pages/index.jsx index a0999b7..17ac306 100644 --- a/my-website/src/pages/index.jsx +++ b/my-website/src/pages/index.jsx @@ -5,7 +5,9 @@ export default function Home() { const isBrowser = useIsBrowser(); if (isBrowser) { - return ; + return ( + + ); } return null;