From 8fd75ffbfda30edd5a134a1fbf9b81ac3cebb2ff Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Mon, 24 Jul 2023 00:42:00 +0000
Subject: [PATCH] support attachments folder
---
quartz/build.ts | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/quartz/build.ts b/quartz/build.ts
index 553bd8c..26baa1b 100644
--- a/quartz/build.ts
+++ b/quartz/build.ts
@@ -91,10 +91,7 @@
await rimraf(argv.output)
const parsedFiles = [...contentMap.values()]
const filteredContent = filterContent(ctx, parsedFiles)
- await emitContent(
- ctx,
- filteredContent,
- )
+ await emitContent(ctx, filteredContent)
console.log(chalk.green(`Done rebuilding in ${perf.timeSince()}`))
} catch {
console.log(chalk.yellow(`Rebuild failed. Waiting on a change to fix the error...`))
--
Gitblit v1.10.0