From 3810eda4cb70902a7626f0cb12d9e34669b5cfb9 Mon Sep 17 00:00:00 2001 From: Harv Date: Sat, 18 Oct 2025 15:38:27 +0000 Subject: [PATCH] make unlistedPatterns nonoptional --- quartz/cfg.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/cfg.ts b/quartz/cfg.ts index 12d3e3457..1e8f96e9f 100644 --- a/quartz/cfg.ts +++ b/quartz/cfg.ts @@ -63,7 +63,7 @@ export interface GlobalConfiguration { /** Glob patterns to not search */ ignorePatterns: string[] /** Glob patterns to mark files as unlisted (hidden from listings but still accessible via direct link) */ - unlistedPatterns?: string[] + unlistedPatterns: string[] /** Whether to use created, modified, or published as the default type of date */ defaultDateType: ValidDateType /** Base URL to use for CNAME files, sitemaps, and RSS feeds that require an absolute URL.