Adam Brangenberg
2023-09-20 d6301fae90d9f922618bf0f413e273156731eef7
quartz.config.ts
@@ -4,6 +4,7 @@
const config: QuartzConfig = {
  configuration: {
    pageTitle: "🪴 Quartz 4.0",
    description: "Quartz Documentation Page and Demo",
    enableSPA: true,
    enablePopovers: true,
    analytics: {
@@ -69,6 +70,7 @@
      }),
      Plugin.Assets(),
      Plugin.Static(),
      Plugin.NotFoundPage(),
    ],
  },
}