mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 23:57:31 +00:00
docs: metadata (#4677)
* update description and add metadata * home de-duplicate
This commit is contained in:
@@ -271,8 +271,7 @@ export default function Home() {
|
||||
const { siteConfig = {} } = context;
|
||||
return (
|
||||
<Layout
|
||||
title={`${siteConfig.title}`}
|
||||
description="This site bundles ZITADELs Documentations"
|
||||
description={`${siteConfig.customFields.description}`}
|
||||
>
|
||||
<header className={clsx("hero", styles.heroBanner)}>
|
||||
<div className="container">
|
||||
|
Reference in New Issue
Block a user