From 728ec1c87830f6cac22e1e07980cb8c5e438507f Mon Sep 17 00:00:00 2001 From: Sohum <31165513+ssmendon@users.noreply.github.com> Date: Sun, 13 Oct 2024 16:59:41 -0700 Subject: [PATCH] fix(head): use ogp structured properties The standard doesn't have an a property called "og:width" and "og:height". The closest thing to that are "Structured Properties" for the image, which are actually "og:image:width" and "og:image:height". This commit uses the correct property names. --- quartz/components/Head.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quartz/components/Head.tsx b/quartz/components/Head.tsx index 90e338730..bad8a83bb 100644 --- a/quartz/components/Head.tsx +++ b/quartz/components/Head.tsx @@ -35,8 +35,8 @@ export default (() => { {cfg.baseUrl && } - - + +