Skip to content

Commit 0b55644

Browse files
correct images for first 3 solutions pages
Signed-off-by: Madina <[email protected]>
1 parent b551525 commit 0b55644

File tree

6 files changed

+3
-1
lines changed

6 files changed

+3
-1
lines changed

src/pages/solutions/cloud-native-deployments-by-diagram/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const Head = () => {
1111
<SEO
1212
title="Cloud Native Deployments by Diagram"
1313
description="Design and Deploy your Kubernetes-based, cloud native deployments"
14+
image="/images/solutions-diagram.png"
1415
/>
1516
);
1617
};

src/pages/solutions/developer-defined-infrastructure/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ export const Head = () => {
1313
<SEO
1414
title="Developer-defined Infrastructure"
1515
description="Our cloud native application and infrastructure management software enables organizations to expect more from their infrastructure."
16-
/>
16+
image="/images/solutions-infrastructure.png" />
1717
);
1818
};

src/pages/solutions/kubernetes-multi-cluster-operation/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export const Head = () => {
1313
<SEO
1414
title="Kubernetes Multi-cluster Operation"
1515
description="Manage all of your Kubernetes clusters with the cloud native management plane, Meshery. Learn how Meshery makes connecting, discovering, and configuring multiple clusters a breeze."
16+
image="/images/solutions-operation.png"
1617
/>
1718
);
1819
};

static/images/solutions-diagram.png

23.7 KB
Loading
48.5 KB
Loading

static/images/solutions-operation.png

90.5 KB
Loading

0 commit comments

Comments
 (0)