make unlistedPatterns nonoptional

This commit is contained in:
Harv 2025-10-18 15:38:27 +00:00 committed by GitHub
parent a18c1139e8
commit 3810eda4cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.