feat(og): add reading time to default, improve logging

This commit is contained in:
Jacky Zhao
2025-03-13 10:41:50 -07:00
parent 7acd3132aa
commit f97ba42113
4 changed files with 29 additions and 6 deletions

View File

@@ -87,6 +87,7 @@ const config: QuartzConfig = {
Plugin.Assets(),
Plugin.Static(),
Plugin.NotFoundPage(),
// Comment out CustomOgImages to speed up build time
Plugin.CustomOgImages(),
],
},