diff --git a/my-website/src/pages/index.jsx b/my-website/src/pages/index.jsx
index 17ac306..3ae2fb1 100644
--- a/my-website/src/pages/index.jsx
+++ b/my-website/src/pages/index.jsx
@@ -4,11 +4,11 @@ import { Redirect } from "@docusaurus/router";
export default function Home() {
const isBrowser = useIsBrowser();
- if (isBrowser) {
- return (
-
- );
- }
+ // if (isBrowser) {
+ return (
+
+ );
+ // }
return null;
}