Skip to content

Commit 80bc947

Browse files
committed
fix og
1 parent 242bc17 commit 80bc947

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ export default function Home() {
3232
const {siteConfig} = useDocusaurusContext();
3333
return (
3434
<Layout
35-
title={`Hello from ${siteConfig.title}`}
36-
description="Description will go into a meta tag in <head />">
35+
title={`${siteConfig.title}`}
36+
description="Your source for instructions on SideStore.">
3737
<HomepageHeader />
3838
<main>
3939
<HomepageFeatures />

0 commit comments

Comments
 (0)