assets: use dark og images and custom icon

This commit is contained in:
2026-03-29 02:22:25 +00:00
parent d1a2be34f0
commit d049d7e911
2 changed files with 3 additions and 1 deletions
+3 -1
View File
@@ -92,7 +92,9 @@ const config: QuartzConfig = {
Plugin.Favicon(),
Plugin.NotFoundPage(),
// Comment out CustomOgImages to speed up build time
Plugin.CustomOgImages(),
Plugin.CustomOgImages({
colorScheme: "darkMode",
}),
],
},
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 74 KiB