From c4cf0dcb022ff826433b63b8ff68830bb8503895 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Sun, 18 Jun 2023 17:47:07 +0000
Subject: [PATCH] local and global graph
---
quartz/cfg.ts | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/quartz/cfg.ts b/quartz/cfg.ts
index 1406402..e1cf3af 100644
--- a/quartz/cfg.ts
+++ b/quartz/cfg.ts
@@ -2,7 +2,6 @@
import { Theme } from "./theme"
export interface GlobalConfiguration {
- siteTitle: string,
/** Whether to enable single-page-app style rendering. this prevents flashes of unstyled content and improves smoothness of Quartz */
enableSPA: boolean,
/** Glob patterns to not search */
--
Gitblit v1.10.0