Skip to content

Commit 634c37a

Browse files
committed
update homepage metatitle
1 parent 3adba42 commit 634c37a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/pages/index.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ function HomepageHeader() {
3434
export default function Home() {
3535
const {siteConfig} = useDocusaurusContext();
3636
return (
37-
<Layout
38-
title={`${siteConfig.title} Developer Docs`}
39-
description="API Documentation and guides for building on 29 Next platform.">
37+
<Layout>
4038
<Head>
4139
{/* Preload styles for Stoplight Elements */}
4240
<link rel="preload" href="/assets/css/elements.min.css" as="style" />
@@ -51,4 +49,3 @@ export default function Home() {
5149
</Layout>
5250
);
5351
}
54-

0 commit comments

Comments
 (0)