Jacky Zhao
2023-08-14 7bde99b4e2d49e30dad1e0d58ccc34c2e7482005
quartz/plugins/transformers/lastmod.ts
@@ -27,7 +27,7 @@
            let modified: MaybeDate = undefined
            let published: MaybeDate = undefined
            const fp = path.join(file.cwd, file.data.filePath as string)
            const fp = path.posix.join(file.cwd, file.data.filePath as string)
            for (const source of opts.priority) {
              if (source === "filesystem") {
                const st = await fs.promises.stat(fp)