From 6c97b342495c28a34b157ae59f184d3e65b62946 Mon Sep 17 00:00:00 2001 From: Andrey Epifancev Date: Mon, 4 Aug 2025 12:06:03 +0400 Subject: [PATCH] auto home page --- quartz.config.ts | 1 + 1 file changed, 1 insertion(+) 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(), ], }, }