From 1d2dc167f4397e230092cc867889a86734343cfc Mon Sep 17 00:00:00 2001 From: Thomas Hack <39602241+tha00@users.noreply.github.com> Date: Fri, 25 Oct 2024 16:52:33 +0000 Subject: [PATCH] feat(folder): add intermediate folders pages (#1295) --- quartz/build.ts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/quartz/build.ts b/quartz/build.ts index 38efe36..67ec0da 100644 --- a/quartz/build.ts +++ b/quartz/build.ts @@ -163,7 +163,7 @@ } const buildId = newBuildId() - ctx.buildId = buildId + ctx.buildId = buildId buildData.lastBuildMs = new Date().getTime() const release = await mut.acquire() @@ -360,7 +360,7 @@ } const buildId = newBuildId() - ctx.buildId = buildId + ctx.buildId = buildId buildData.lastBuildMs = new Date().getTime() const release = await mut.acquire() -- Gitblit v1.10.0