diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 9b82cbfb..2c9700be 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -8,7 +8,6 @@ import useBaseUrl from "@docusaurus/useBaseUrl"; import styles from "./index.module.css"; import helloWorldExampleYaml from "./home-page-examples/hello-world/batect.yml"; import AsciinemaPlayer from "../components/AsciinemaPlayer"; -import Head from "@docusaurus/Head"; interface FeatureDetails { title: string; @@ -77,10 +76,6 @@ function Home() { return ( - {/* Temporary workaround for https://github.com/facebook/docusaurus/pull/7362 */} - - -

{siteConfig.title}