From d9159e0ac9bfc22e584c78bc8aa04ecd82c14eea Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Thu, 13 Mar 2025 17:27:46 +0000
Subject: [PATCH] feat: make og images an emitter to properly await image generation (#1826)

---
 quartz/cfg.ts |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/quartz/cfg.ts b/quartz/cfg.ts
index 135f584..1c98b93 100644
--- a/quartz/cfg.ts
+++ b/quartz/cfg.ts
@@ -61,10 +61,6 @@
    *   Quartz will avoid using this as much as possible and use relative URLs most of the time
    */
   baseUrl?: string
-  /**
-   * Whether to generate social images (Open Graph and Twitter standard) for link previews
-   */
-  generateSocialImages: boolean | Partial<SocialImageOptions>
   theme: Theme
   /**
    * Allow to translate the date in the language of your choice.

--
Gitblit v1.10.0