From 34df61c2ca94ef650a1a63753604003e19ca7101 Mon Sep 17 00:00:00 2001 From: Harold Anderson Date: Sun, 16 Jun 2024 12:08:07 -0700 Subject: [PATCH] Trying a different format for the opengraph frontmatter --- src/content/post/CPG-Success-Factors.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/content/post/CPG-Success-Factors.md b/src/content/post/CPG-Success-Factors.md index 556b2a6..a0d8818 100644 --- a/src/content/post/CPG-Success-Factors.md +++ b/src/content/post/CPG-Success-Factors.md @@ -7,10 +7,10 @@ tags: - cpg - basics openGraph: - images: - - url: "/images/building_blocks-1200x680.jpeg" - - width = 1200 - - height = 680 + image: + url: "/images/building_blocks-1200x680.jpeg" + width: 1200 + height: 680 image: "~/assets/images/building_blocks.webp" ---