From 2b0098b45651a8d05ba6025b64706966807e1cff Mon Sep 17 00:00:00 2001
From: George Sedov <george.sedov@desy.de>
Date: Wed, 15 Mar 2023 17:55:26 +0100
Subject: [PATCH] Fix metadata for website

---
 docs/site/src/pages/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/site/src/pages/index.js b/docs/site/src/pages/index.js
index 49f49adaa..061e05831 100644
--- a/docs/site/src/pages/index.js
+++ b/docs/site/src/pages/index.js
@@ -57,7 +57,7 @@ export default function Home() {
   return (
     <Layout
       title={`Welcome`}
-      description="Description will go into a meta tag in <head />">
+      description="High performance distributed streaming platform">
       <header className={clsx('hero hero--primary', styles.heroBanner)}>
         <div className="container">
           <h1 className="hero__title">{siteConfig.title}</h1>
-- 
GitLab