Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 068b264

Browse files
committed
fix spelling
1 parent 59fc1a8 commit 068b264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/common/Layout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function Layout({children, seo, hasJsonLd}) {
2424
openGraph={{
2525
title: seo?.title,
2626
description: seo?.metaDesc,
27-
images: [{url: seo?.opengraphImag?.sourceUrl}],
27+
images: [{url: seo?.opengraphImage?.sourceUrl}],
2828
url: seo?.canonical
2929
}}
3030
nofollow={'follow' !== seo?.metaRobotsNofollow}

0 commit comments

Comments
 (0)