diff --git a/quartz.config.ts b/quartz.config.ts index 4921a1185..5ecf12778 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -6,6 +6,7 @@ const config: QuartzConfig = { pageTitle: "🪴 Quartz 4.0", enableSPA: true, enablePopovers: true, + enableCursorChat: false, analytics: { provider: "plausible", }, diff --git a/quartz/cfg.ts b/quartz/cfg.ts index a477db057..068a3919b 100644 --- a/quartz/cfg.ts +++ b/quartz/cfg.ts @@ -26,6 +26,8 @@ export interface GlobalConfiguration { enableSPA: boolean /** Whether to display Wikipedia-style popovers when hovering over links */ enablePopovers: boolean + /** Whether to enable cursor-chat */ + enableCursorChat: boolean /** Analytics mode */ analytics: Analytics /** Glob patterns to not search */ diff --git a/quartz/components/renderPage.tsx b/quartz/components/renderPage.tsx index 1ed05a704..5fda41d6c 100644 --- a/quartz/components/renderPage.tsx +++ b/quartz/components/renderPage.tsx @@ -235,6 +235,11 @@ export function renderPage(