Emile Bangma
2024-03-04 bcb5b2df09cb8c8fc0736ec476b2486f9b4643be
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)