Jacky Zhao
2024-12-27 c91cf97f99d527264d81560f1d311f7c2889a41d
quartz/components/Head.tsx
@@ -181,8 +181,6 @@
          <>
            <meta property="og:image:width" content={fullOptions.width.toString()} />
            <meta property="og:image:height" content={fullOptions.height.toString()} />
            <meta property="og:width" content={fullOptions.width.toString()} />
            <meta property="og:height" content={fullOptions.height.toString()} />
          </>
        )}
        <meta property="og:image:url" content={ogImagePath} />