diff --git a/quartz.config.ts b/quartz.config.ts index a0aa1c6..d79a325 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -90,6 +90,7 @@ const config: QuartzConfig = { Plugin.NotFoundPage(), // Comment out CustomOgImages to speed up build time Plugin.CustomOgImages(), + Plugin.HomePage(), ], }, }