dependabot[bot]
2024-07-19 5fcba1bfaf8821fbb01cc7e67e01c553ffebfa39
quartz/plugins/transformers/lastmod.ts
@@ -43,7 +43,7 @@
            let published: MaybeDate = undefined
            const fp = file.data.filePath!
            const fullFp = path.posix.join(file.cwd, fp)
            const fullFp = path.isAbsolute(fp) ? fp : path.posix.join(file.cwd, fp)
            for (const source of opts.priority) {
              if (source === "filesystem") {
                const st = await fs.promises.stat(fullFp)