This commit is contained in:
parent
36548d5986
commit
b444c5c13b
3 changed files with 10 additions and 4 deletions
|
@ -22,7 +22,7 @@ interface Options {
|
|||
const defaultOptions: Options = {
|
||||
enableSiteMap: true,
|
||||
enableRSS: true,
|
||||
includeEmptyFiles: false,
|
||||
includeEmptyFiles: true,
|
||||
}
|
||||
|
||||
function generateSiteMap(cfg: GlobalConfiguration, idx: ContentIndex): string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue