From 67f3895a1e09ef75c79935b6fdf1d51c5be7423f Mon Sep 17 00:00:00 2001 From: Adam French Date: Mon, 6 Apr 2026 23:05:33 +0100 Subject: [PATCH] Fix quartz causing browser crash --- quartz/quartz.config.ts.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/quartz/quartz.config.ts.template b/quartz/quartz.config.ts.template index da885e6..1e72f4f 100644 --- a/quartz/quartz.config.ts.template +++ b/quartz/quartz.config.ts.template @@ -5,11 +5,11 @@ const config: QuartzConfig = { configuration: { pageTitle: "Notes", pageTitleSuffix: "", - enableSPA: true, - enablePopovers: true, + enableSPA: false, + enablePopovers: false, analytics: null, locale: "en-GB", - baseUrl: "www.${DOMAIN}/notes/", + baseUrl: "www.${DOMAIN}/notes", ignorePatterns: ["private", "templates", ".obsidian"], defaultDateType: "modified", theme: {