From 60b3bc34cb07b5bec87cbd667ea9f804ff14cf3c Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Sun, 22 Oct 2023 04:06:02 +0000
Subject: [PATCH] fix: catch html to jsx errors (closes #547)
---
quartz.config.ts | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/quartz.config.ts b/quartz.config.ts
index 447039d..f677a18 100644
--- a/quartz.config.ts
+++ b/quartz.config.ts
@@ -10,7 +10,8 @@
provider: "plausible",
},
baseUrl: "quartz.jzhao.xyz",
- ignorePatterns: ["private", "templates"],
+ ignorePatterns: ["private", "templates", ".obsidian"],
+ defaultDateType: "created",
theme: {
typography: {
header: "Schibsted Grotesk",
@@ -68,6 +69,7 @@
}),
Plugin.Assets(),
Plugin.Static(),
+ Plugin.NotFoundPage(),
],
},
}
--
Gitblit v1.10.0