diff --git a/website/src/theme/Layout.tsx b/website/src/theme/Layout.tsx index 750ab3fa0..27c1659d4 100644 --- a/website/src/theme/Layout.tsx +++ b/website/src/theme/Layout.tsx @@ -1,13 +1,17 @@ -import { useLocation } from '@docusaurus/router' +// import { useLocation } from '@docusaurus/router' import Layout from '@theme-original/Layout' import React from 'react' export default function LayoutWrapper(props) { - const location = useLocation() + // const location = useLocation() return (
- {location.pathname !== '/' &&
} + {/* {location.pathname !== '/' && ( +
+
+
+ )} */}