Skip to content

Commit a10084e

Browse files
authored
update meta image and description (#434)
1 parent 59b90cf commit a10084e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

public/og_image.png

-366 KB
Loading

src/consts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export const ROOT_TITLE = 'Docs | Plural'
22
export const PAGE_TITLE_PREFIX = 'Docs | Plural | '
33
export const PAGE_TITLE_SUFFIX = ''
44
export const META_DESCRIPTION =
5-
'Everything you need to deploy open-source data infrastructure with Plural.'
5+
'Get started with Plural Console, the enterprise Kubernetes management platform.'
66
export const getAppMetaDescription = (displayName?: string) => {
77
if (!displayName) return undefined
88

0 commit comments

Comments
 (0)