chore: update typo

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham 2024-11-12 07:29:28 -05:00
parent 04230a8970
commit f16dff7317
No known key found for this signature in database
GPG Key ID: 18974753009D2BFA

View File

@ -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: