From 4cb6534241ecca586dccfc027a5c4add75d95394 Mon Sep 17 00:00:00 2001 From: bfahrenfort Date: Sun, 10 Sep 2023 14:46:50 -0500 Subject: [PATCH] Quartz sync: Sep 10, 2023, 2:46 PM --- quartz.config.ts | 2 +- quartz/components/Footer.tsx | 2 +- quartz/plugins/transformers/remark42.ts | 27 ++++++++++++------------- 3 files changed, 15 insertions(+), 16 deletions(-) diff --git a/quartz.config.ts b/quartz.config.ts index 218a811ae..0ec2026ef 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -5,7 +5,7 @@ const config: QuartzConfig = { configuration: { defaultDateType: "published", pageTitle: "🌱 be-far", - enableSPA: false, + enableSPA: true, enablePopovers: true, analytics: null, baseUrl: "be-far.com", diff --git a/quartz/components/Footer.tsx b/quartz/components/Footer.tsx index 00656d331..05ab8c159 100644 --- a/quartz/components/Footer.tsx +++ b/quartz/components/Footer.tsx @@ -17,7 +17,7 @@ export default ((opts?: Optionss) => {