Jacky Zhao
2025-03-06 2acfa0fa238f193332db4605a5f1ce666334717b
quartz/components/Head.tsx
@@ -98,7 +98,7 @@
      if (fileName) {
        // Generate social image (happens async)
        generateSocialImage(
        void generateSocialImage(
          {
            title,
            description,
@@ -165,6 +165,7 @@
            <link rel="stylesheet" href={googleFontHref(cfg.theme)} />
          </>
        )}
        <link rel="preconnect" href="https://cdnjs.cloudflare.com" crossOrigin={"anonymous"} />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        {/* OG/Twitter meta tags */}
        <meta name="og:site_name" content={cfg.pageTitle}></meta>