Skip to content

Commit 624737a

Browse files
Update index.js
1 parent 49655e9 commit 624737a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ export default function Home() {
3131
const {siteConfig} = useDocusaurusContext();
3232
return (
3333
<Layout
34-
title="Qodly Documentation"
35-
description="Documentation for Qodly developers including Qodly Studio, Qodlyscript, Qodly console."
36-
keywords="qodly docs, qodly documentation, docs qodly, documentation qodly, qodly developer center, qodlyscript">
34+
title={siteConfig.title}
35+
description={siteConfig.themeConfig.metadata.description}
36+
keywords={siteConfig.themeConfig.metadata.keywords}>
3737
<HomepageHeader />
3838
<main>
3939
<HomepageFeatures />

0 commit comments

Comments
 (0)