This is an automated email from the ASF dual-hosted git repository. ckj pushed a commit to branch description in repository https://gitbox.apache.org/repos/asf/incubator-uniffle-website.git
commit 118c7d3f57053498f4d5996bd46f95932f257351 Author: Kaijie Chen <[email protected]> AuthorDate: Wed Feb 22 22:14:09 2023 +0800 reuse tagline in description --- src/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 1f14a2a..4286756 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -36,7 +36,7 @@ export default function Home(): JSX.Element { return ( <Layout title={`${siteConfig.title}`} - description="A high performance, general purpose remote shuffle service for distributed compute engines."> + description={`${siteConfig.tagline}`}> <HomepageHeader /> <main> <HomepageFeatures />
