Skip to content

Commit eb0d56f

Browse files
committed
Fix description and homepage title
1 parent 7d41f3a commit eb0d56f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ export default function Home() {
3030
const {siteConfig} = useDocusaurusContext();
3131
return (
3232
<Layout
33-
title={`Hello from ${siteConfig.title}`}
34-
description="Description will go into a meta tag in <head />">
33+
title={`Home`}
34+
description="Your cross-cloud AI substrate">
3535
<HomepageHeader />
3636
<main>
3737
<HomepageFeatures />

0 commit comments

Comments
 (0)