Don't use https for social image
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
<Hero />
|
||||
</MainLayout>
|
||||
|
||||
@@ -8,7 +8,7 @@ const ProjectsPage = () => {
|
||||
<Seo
|
||||
title="Projects page"
|
||||
description="Cadhub Projects page"
|
||||
socialImageUrl="https://cadhub.xyz/default-social-image.jpg"
|
||||
socialImageUrl="http://cadhub.xyz/default-social-image.jpg"
|
||||
lang="en-US"
|
||||
/>
|
||||
<div className="bg-ch-gray-800 pb-64">
|
||||
|
||||
Reference in New Issue
Block a user