From 1fb14db6f38e7c92881058770128292d69c15a60 Mon Sep 17 00:00:00 2001 From: Kurt Hutten Date: Wed, 15 Sep 2021 19:47:15 +1000 Subject: [PATCH] Don't use https for social image --- app/web/src/pages/HomePage/HomePage.tsx | 2 +- app/web/src/pages/ProjectsPage/ProjectsPage.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = () => {