From aca0c330e70fc4c0aee22560f5fdaac2d7fb41e9 Mon Sep 17 00:00:00 2001
From: Aaron Pham <contact@aarnphm.xyz>
Date: Mon, 10 Mar 2025 18:46:49 +0000
Subject: [PATCH] docs: cleanup showcase (#1818)

---
 quartz/components/renderPage.tsx |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/quartz/components/renderPage.tsx b/quartz/components/renderPage.tsx
index 3914411..75ef82b 100644
--- a/quartz/components/renderPage.tsx
+++ b/quartz/components/renderPage.tsx
@@ -3,7 +3,8 @@
 import HeaderConstructor from "./Header"
 import BodyConstructor from "./Body"
 import { JSResourceToScriptElement, StaticResources } from "../util/resources"
-import { clone, FullSlug, RelativeURL, joinSegments, normalizeHastElement } from "../util/path"
+import { FullSlug, RelativeURL, joinSegments, normalizeHastElement } from "../util/path"
+import { clone } from "../util/clone"
 import { visit } from "unist-util-visit"
 import { Root, Element, ElementContent } from "hast"
 import { GlobalConfiguration } from "../cfg"
@@ -54,6 +55,7 @@
       },
       ...staticResources.js,
     ],
+    additionalHead: staticResources.additionalHead,
   }
 
   if (fileData.hasMermaidDiagram) {

--
Gitblit v1.10.0