From 9be27c3677bda2593d92a0b4899bc409be5fff78 Mon Sep 17 00:00:00 2001 From: threehymns <70611435+threehymns@users.noreply.github.com> Date: Fri, 9 Aug 2024 23:13:12 -0400 Subject: [PATCH] Make pageTitleSuffix optional Co-authored-by: Aaron Pham --- quartz/cfg.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/cfg.ts b/quartz/cfg.ts index 8d1334ca1..9e93fd141 100644 --- a/quartz/cfg.ts +++ b/quartz/cfg.ts @@ -41,7 +41,7 @@ export type Analytics = export interface GlobalConfiguration { pageTitle: string - pageTitleSuffix: string + pageTitleSuffix?: string /** Whether to enable single-page-app style rendering. this prevents flashes of unstyled content and improves smoothness of Quartz */ enableSPA: boolean /** Whether to display Wikipedia-style popovers when hovering over links */