1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-07-23 14:51:33 +00:00

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 d9159e0ac9
commit 80c3196fee
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(),
],
},