dependabot[bot]
2024-03-04 83ab39c7bd00c7bdfddc303b765b73ae774e3aab
quartz/plugins/transformers/frontmatter.ts
@@ -57,9 +57,9 @@
              },
            })
            if (data.title) {
            if (data.title != null && data.title.toString() !== "") {
              data.title = data.title.toString()
            } else if (data.title === null || data.title === undefined) {
            } else {
              data.title = file.stem ?? i18n(cfg.configuration.locale).propertyDefaults.title
            }