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: {
|
configuration: {
|
||||||
pageTitle: "Notes",
|
pageTitle: "Notes",
|
||||||
pageTitleSuffix: "",
|
pageTitleSuffix: "",
|
||||||
enableSPA: true,
|
enableSPA: false,
|
||||||
enablePopovers: true,
|
enablePopovers: false,
|
||||||
analytics: null,
|
analytics: null,
|
||||||
locale: "en-GB",
|
locale: "en-GB",
|
||||||
baseUrl: "www.${DOMAIN}/notes/",
|
baseUrl: "www.${DOMAIN}/notes",
|
||||||
ignorePatterns: ["private", "templates", ".obsidian"],
|
ignorePatterns: ["private", "templates", ".obsidian"],
|
||||||
defaultDateType: "modified",
|
defaultDateType: "modified",
|
||||||
theme: {
|
theme: {
|
||||||
|
|||||||
Reference in New Issue
Block a user