Skip to content

Commit 9212807

Browse files
committed
feat: added SEO values
1 parent 4fd60a3 commit 9212807

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/pages/getting-started.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@ const GettingStartedPage: NextPageWithLayout<Lessons> = () => {
264264
GettingStartedPage.getLayout = function getLayout(page: ReactElement) {
265265
return (
266266
<Layout
267-
title="Dapp Page" // DEV_NOTE: This is for the next-seo per page config
268-
description="A page for your dapp." // DEV_NOTE: This is for the next-seo per page config
267+
title="Getting Started"
268+
description="D_D Academy is an open-source education platform created by the Developer DAO."
269269
>
270270
{page}
271271
</Layout>

src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ const Home: NextPageWithLayout = () => {
1010
Home.getLayout = function getLayout(page: ReactElement) {
1111
return (
1212
<Layout
13-
title="Dapp Page" // DEV_NOTE: This is for the next-seo per page config
14-
description="A page for your dapp." // DEV_NOTE: This is for the next-seo per page config
13+
title="Learn Web3"
14+
description="D_D Academy is on a mission to educate coders to the exciting possibilities of building web3 Open Source."
1515
>
1616
{page}
1717
</Layout>

0 commit comments

Comments
 (0)