Jacky Zhao
2023-08-13 6d9ffd6da508743407b3b88a89ed831b53321d59
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