Jacky Zhao
2025-01-01 e3162f7a7e810b74ba417590657a53e00c3b2f76
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} />