diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 2c9700be..781aa999 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -8,6 +8,7 @@ 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; @@ -76,6 +77,12 @@ function Home() { return ( + + // Temporary workaround for https://github.com/facebook/docusaurus/pull/7362 + + + +

{siteConfig.title}