From db07cbcf30ba02b0fa550d572f9d268a5cd93095 Mon Sep 17 00:00:00 2001 From: Thad Guidry Date: Tue, 23 Apr 2024 22:35:15 +0800 Subject: [PATCH] Fixes duplicate Title issue - removed siteconfig.title and description from the portion as mentioned in https://github.com/facebook/docusaurus/pull/7362 --- src/pages/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/pages/index.js b/src/pages/index.js index 9fb5a2c..dcd9009 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -33,9 +33,7 @@ function HomepageHeader() { export default function Home() { const {siteConfig} = useDocusaurusContext(); return ( - +