mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-20 03:14:06 -06:00
make unlistedPatterns nonoptional
This commit is contained in:
parent
a18c1139e8
commit
3810eda4cb
@ -63,7 +63,7 @@ export interface GlobalConfiguration {
|
|||||||
/** Glob patterns to not search */
|
/** Glob patterns to not search */
|
||||||
ignorePatterns: string[]
|
ignorePatterns: string[]
|
||||||
/** Glob patterns to mark files as unlisted (hidden from listings but still accessible via direct link) */
|
/** 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 */
|
/** Whether to use created, modified, or published as the default type of date */
|
||||||
defaultDateType: ValidDateType
|
defaultDateType: ValidDateType
|
||||||
/** Base URL to use for CNAME files, sitemaps, and RSS feeds that require an absolute URL.
|
/** Base URL to use for CNAME files, sitemaps, and RSS feeds that require an absolute URL.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user