From f16dff73179012c3660ffbe3c44eb6018d2a2bb6 Mon Sep 17 00:00:00 2001 From: Aaron Pham Date: Tue, 12 Nov 2024 07:29:28 -0500 Subject: [PATCH] chore: update typo Signed-off-by: Aaron Pham --- docs/features/social images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/social images.md b/docs/features/social images.md index bce7f9bc7..0822651f4 100644 --- a/docs/features/social images.md +++ b/docs/features/social images.md @@ -164,7 +164,7 @@ When using images, the appropriate [Open Graph](https://ogp.me/) and [Twitter](h ## Examples -Besides the template for the default image generation (found under `quartz/util/socialImage.tsx`), you can also add your own! To do this, you can either edit the source code of that file (not recommended) or create a new one (e.g. `customSocialImage.tsx`, source shown below). +Besides the template for the default image generation (found under `quartz/util/og.tsx`), you can also add your own! To do this, you can either edit the source code of that file (not recommended) or create a new one (e.g. `customSocialImage.tsx`, source shown below). After adding that file, you can update `quartz.config.ts` to use your image generation template as follows: