Jacky Zhao
2023-08-12 827dd918476e225238d8412551df2866e4f9e616
quartz/plugins/emitters/assets.ts
@@ -24,7 +24,7 @@
        const dir = path.dirname(dest) as FilePath
        await fs.promises.mkdir(dir, { recursive: true }) // ensure dir exists
        await fs.promises.copyFile(src, dest)
        res.push(fp)
        res.push(dest)
      }
      return res