Fix quartz causing browser crash
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 10s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 10s
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user