Fix quartz causing browser crash
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 10s

This commit is contained in:
2026-04-06 23:05:33 +01:00
parent 058ae3b3f1
commit 67f3895a1e

View File

@@ -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: {