From 367bb0e6ce89219ea94980a7ff127aa474c54b1d Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 17 Dec 2024 08:53:51 +0000
Subject: [PATCH] chore(deps): bump the production-dependencies group across 1 directory with 14 updates (#1655)
---
quartz/components/renderPage.tsx | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/quartz/components/renderPage.tsx b/quartz/components/renderPage.tsx
index f2dccea..9c53096 100644
--- a/quartz/components/renderPage.tsx
+++ b/quartz/components/renderPage.tsx
@@ -29,7 +29,12 @@
const contentIndexScript = `const fetchData = fetch("${contentIndexPath}").then(data => data.json())`
return {
- css: [joinSegments(baseDir, "index.css"), ...staticResources.css],
+ css: [
+ {
+ content: joinSegments(baseDir, "index.css"),
+ },
+ ...staticResources.css,
+ ],
js: [
{
src: joinSegments(baseDir, "prescript.js"),
--
Gitblit v1.10.0