We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f99f82 commit d3d4052Copy full SHA for d3d4052
src/pages/index.js
@@ -30,8 +30,8 @@ export default function Home() {
30
const {siteConfig} = useDocusaurusContext();
31
return (
32
<Layout
33
- title={`Hello from ${siteConfig.title}`}
34
- description="Description will go into a meta tag in <head />">
+ title={`${siteConfig.title}`}
+ description="Developer friendly Kubernetes">
35
<HomepageHeader />
36
<main>
37
<HomepageFeatures />
0 commit comments