support attachments folder

This commit is contained in:
Jacky Zhao
2023-07-23 17:42:00 -07:00
parent 1feb4d07fa
commit 8679923607
4 changed files with 50 additions and 28 deletions

View File

@ -86,7 +86,6 @@ function addGlobalPageResources(
export async function emitContent(ctx: BuildCtx, content: ProcessedContent[]) {
const { argv, cfg } = ctx
const contentFolder = argv.directory
const perf = new PerfTimer()
const log = new QuartzLogger(ctx.argv.verbose)