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 e1af3ff commit ca77802Copy full SHA for ca77802
src/pages/index.tsx
@@ -31,8 +31,8 @@ export default function Home(): JSX.Element {
31
const { siteConfig } = useDocusaurusContext();
32
return (
33
<Layout
34
- title={`Hello from ${siteConfig.title}`}
35
- description="Description will go into a meta tag in <head />">
+ title={`${siteConfig.title}`}
+ description="A place for Fullstack applications and DevOps solutions">
36
<HomepageHeader />
37
<main>
38
<HomepageFeatures />
0 commit comments