mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-06-22 00:34:37 +00:00
fix emit filepaths, tag emit being overriden by content
This commit is contained in:
@ -24,7 +24,7 @@ export const Assets: QuartzEmitterPlugin = () => {
|
||||
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
|
||||
|
Reference in New Issue
Block a user