From cec4877adb7e89f4d4e0a442e82655e0d35dbe16 Mon Sep 17 00:00:00 2001
From: Ben Schlegel <31989404+benschlegel@users.noreply.github.com>
Date: Thu, 05 Oct 2023 16:19:56 +0000
Subject: [PATCH] fix(breadcrumbs): problem with folder whitespace (#522)

---
 quartz.config.ts |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/quartz.config.ts b/quartz.config.ts
index 31d5bcf..f677a18 100644
--- a/quartz.config.ts
+++ b/quartz.config.ts
@@ -69,6 +69,7 @@
       }),
       Plugin.Assets(),
       Plugin.Static(),
+      Plugin.NotFoundPage(),
     ],
   },
 }

--
Gitblit v1.10.0