We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8280e03 commit d8f2c07Copy full SHA for d8f2c07
1 file changed
src/pages/index.tsx
@@ -26,8 +26,8 @@ export default function Home(): ReactNode {
26
const {siteConfig} = useDocusaurusContext();
27
return (
28
<Layout
29
- title={`Hello from ${siteConfig.title}`}
30
- description="Description will go into a meta tag in <head />">
+ title={`${siteConfig.title}`}
+ description="Mintlayer documentation portal">
31
<HomepageHeader />
32
<main>
33
<HomepageFeatures />
0 commit comments