fix: inject frame CSS into page so plugin-provided frames render correctly

This commit is contained in:
saberzero1 2026-02-28 23:46:39 +01:00
parent 72f39071da
commit c9e8e7b996
No known key found for this signature in database

View File

@ -261,6 +261,7 @@ export function renderPage(
<html lang={lang} dir={direction}>
<Head {...componentData} />
<body data-slug={slug}>
{frame.css && <style dangerouslySetInnerHTML={{ __html: frame.css }} />}
<div id="quartz-root" class="page" data-frame={frame.name}>
<Body {...componentData}>
{[