From 7ac772fca8bf26c1023f905cdb77e6972a0d4b61 Mon Sep 17 00:00:00 2001
From: Ben Schlegel <31989404+benschlegel@users.noreply.github.com>
Date: Sun, 17 Sep 2023 17:29:20 +0000
Subject: [PATCH] fix: darkmode scroll bars (#480)
---
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