We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 242bc17 commit 80bc947Copy full SHA for 80bc947
src/pages/index.js
@@ -32,8 +32,8 @@ export default function Home() {
32
const {siteConfig} = useDocusaurusContext();
33
return (
34
<Layout
35
- title={`Hello from ${siteConfig.title}`}
36
- description="Description will go into a meta tag in <head />">
+ title={`${siteConfig.title}`}
+ description="Your source for instructions on SideStore.">
37
<HomepageHeader />
38
<main>
39
<HomepageFeatures />
0 commit comments