This is an automated email from the ASF dual-hosted git repository.

ckj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 0bb68c3  docs: update title and description of index page
0bb68c3 is described below

commit 0bb68c38c9122b08a8844a0396f0000396ad990a
Author: Kaijie Chen <[email protected]>
AuthorDate: Tue Feb 28 17:05:01 2023 +0800

    docs: update title and description of index page
---
 src/pages/index.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 4286756..7eba0ff 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -35,8 +35,8 @@ export default function Home(): JSX.Element {
   const {siteConfig} = useDocusaurusContext();
   return (
     <Layout
-      title={`${siteConfig.title}`}
-      description={`${siteConfig.tagline}`}>
+      title="Home"
+      description="Apache Uniffle is a high performance, general purpose 
remote shuffle service for distributed computing engines.">
       <HomepageHeader />
       <main>
         <HomepageFeatures />

Reply via email to