Skip to content

Commit

Permalink
fix cover image url
Browse files Browse the repository at this point in the history
  • Loading branch information
baktun14 committed Sep 6, 2023
1 parent 085d660 commit ba543c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-web/src/components/layout/PageHead.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const PageHead: React.FunctionComponent<Props> = ({}) => {
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',
Expand Down

0 comments on commit ba543c3

Please sign in to comment.