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 1a7189b commit 112f1a3Copy full SHA for 112f1a3
src/pages/index.tsx
@@ -34,8 +34,8 @@ export default function Home(): ReactNode {
34
const {siteConfig} = useDocusaurusContext();
35
return (
36
<Layout
37
- title={`Hello from ${siteConfig.title}`}
38
- description="Description will go into a meta tag in <head />">
+ title={`${siteConfig.title}`}
+ description="Build a universal semantic layer for AI, BI and data applications featuring Cube Cloud.">
39
<HomepageHeader />
40
<main>
41
<section style={{ padding: '2rem 0', textAlign: 'center' }}>
0 commit comments