diff --git a/app/web/src/pages/HomePage/HomePage.tsx b/app/web/src/pages/HomePage/HomePage.tsx index 710e89b..f4d49c2 100644 --- a/app/web/src/pages/HomePage/HomePage.tsx +++ b/app/web/src/pages/HomePage/HomePage.tsx @@ -9,7 +9,7 @@ const ProjectsPage = () => { title="CadHub Home page" description="Learn about Code CAD and the CadHub community" lang="en-US" - socialImageUrl="https://cadhub.xyz/default-social-image.jpg" + socialImageUrl="http://cadhub.xyz/default-social-image.jpg" /> diff --git a/app/web/src/pages/ProjectsPage/ProjectsPage.tsx b/app/web/src/pages/ProjectsPage/ProjectsPage.tsx index 1fcaa66..cf27a11 100644 --- a/app/web/src/pages/ProjectsPage/ProjectsPage.tsx +++ b/app/web/src/pages/ProjectsPage/ProjectsPage.tsx @@ -8,7 +8,7 @@ const ProjectsPage = () => {