From ba543c32da7b70540d02c8a0f6889b23ddb4ca80 Mon Sep 17 00:00:00 2001 From: Maxime Beauchamp Date: Wed, 6 Sep 2023 10:47:10 -0400 Subject: [PATCH] fix cover image url --- deploy-web/src/components/layout/PageHead.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-web/src/components/layout/PageHead.tsx b/deploy-web/src/components/layout/PageHead.tsx index 777352895..7eb38c04a 100644 --- a/deploy-web/src/components/layout/PageHead.tsx +++ b/deploy-web/src/components/layout/PageHead.tsx @@ -27,7 +27,7 @@ export const PageHead: React.FunctionComponent = ({}) => { description: "Deploy docker containers on the decentralized supercloud Akash Network.", images: [ { - url: 'https://www.cloudmos.io/cloudmos-cover.png', + url: 'https://deploy.cloudmos.io/cloudmos-cover.png', width: 1600, height: 529, alt: 'Cloudmos Cover Image',