From 38bb1a8347ffd54adc55a133871cd146fdcb463c Mon Sep 17 00:00:00 2001 From: Andrey Epifancev Date: Mon, 4 Aug 2025 12:14:04 +0400 Subject: [PATCH] remove home page plugin --- quartz.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/quartz.config.ts b/quartz.config.ts index d79a325..a0aa1c6 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -90,7 +90,6 @@ const config: QuartzConfig = { Plugin.NotFoundPage(), // Comment out CustomOgImages to speed up build time Plugin.CustomOgImages(), - Plugin.HomePage(), ], }, }