Jacky Zhao
2024-12-30 e1c9eabef49c4062fe2498b3ec51f7e01968d194
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} />