We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3adba42 commit 634c37aCopy full SHA for 634c37a
1 file changed
src/pages/index.js
@@ -34,9 +34,7 @@ function HomepageHeader() {
34
export default function Home() {
35
const {siteConfig} = useDocusaurusContext();
36
return (
37
- <Layout
38
- title={`${siteConfig.title} Developer Docs`}
39
- description="API Documentation and guides for building on 29 Next platform.">
+ <Layout>
40
<Head>
41
{/* Preload styles for Stoplight Elements */}
42
<link rel="preload" href="/assets/css/elements.min.css" as="style" />
@@ -51,4 +49,3 @@ export default function Home() {
51
49
</Layout>
52
50
);
53
}
54
-
0 commit comments