From c91e62c376d481534d89084e5c04846878dff6d3 Mon Sep 17 00:00:00 2001
From: Ben Schlegel <31989404+benschlegel@users.noreply.github.com>
Date: Sun, 27 Aug 2023 00:19:45 +0000
Subject: [PATCH] Fix search bar after navigate (#424)
---
quartz.config.ts | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/quartz.config.ts b/quartz.config.ts
index bd7abfb..31d5bcf 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",
@@ -66,7 +67,7 @@
enableSiteMap: true,
enableRSS: true,
}),
- Plugin.Assets({ attachmentsFolder: "attachments" }),
+ Plugin.Assets(),
Plugin.Static(),
],
},
--
Gitblit v1.10.0