Skip to content

Commit 2110c05

Browse files
committed
Fixed a small bug
1 parent 402063a commit 2110c05

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/getting-started/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: "Getting Started"
3+
sidebar_position: 1
4+
---

src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function HomepageHeader() {
2020
<div className={styles.buttons}>
2121
<Link
2222
className="button button--secondary button--lg"
23-
to="/docs/">
23+
to="/docs/getting-started/">
2424
Getting Started
2525
</Link>
2626
</div>
@@ -34,7 +34,7 @@ export default function Home(): ReactNode {
3434
return (
3535
<Layout
3636
title={`Welcome to ${siteConfig.title}`}
37-
description="Description will go into a meta tag in <head />">
37+
description="Build your own weather station">
3838
<HomepageHeader />
3939
<main>
4040
{/*<HomepageFeatures />*/}

0 commit comments

Comments
 (0)