From 21c007e2fcf73fe4ef04dd07db7116afed46047a Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Wed, 31 May 2023 21:01:23 +0000
Subject: [PATCH] rendering, link resolution, asset copying
---
quartz/bootstrap.mjs | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/quartz/bootstrap.mjs b/quartz/bootstrap.mjs
index a8c9bca..1fa4538 100755
--- a/quartz/bootstrap.mjs
+++ b/quartz/bootstrap.mjs
@@ -53,8 +53,6 @@
const out = await esbuild.build({
entryPoints: [fp],
write: false,
- minifySyntax: true,
- minifyWhitespace: true,
bundle: true,
keepNames: true,
platform: "node",
--
Gitblit v1.10.0