fix(og-image): overflow ellipses in title and description

This commit is contained in:
Jacky Zhao
2025-03-05 17:13:19 -08:00
parent f6f417a505
commit 2acfa0fa23
3 changed files with 38 additions and 17 deletions

View File

@ -19,7 +19,7 @@ const config: QuartzConfig = {
baseUrl: "quartz.jzhao.xyz",
ignorePatterns: ["private", "templates", ".obsidian"],
defaultDateType: "created",
generateSocialImages: false,
generateSocialImages: true,
theme: {
fontOrigin: "googleFonts",
cdnCaching: true,