From 921f45cf7001a6af77cd0bf10f7fbf154eebabff Mon Sep 17 00:00:00 2001
From: threehymns <70611435+threehymns@users.noreply.github.com>
Date: Wed, 25 Sep 2024 00:20:36 +0000
Subject: [PATCH] feat: add a config option for a pageTitleSuffix (#1320)
---
quartz.config.ts | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/quartz.config.ts b/quartz.config.ts
index b6abbb2..e96ee48 100644
--- a/quartz.config.ts
+++ b/quartz.config.ts
@@ -9,6 +9,7 @@
const config: QuartzConfig = {
configuration: {
pageTitle: "🪴 Quartz 4.0",
+ pageTitleSuffix: "",
enableSPA: true,
enablePopovers: true,
analytics: {
--
Gitblit v1.10.0