diff --git a/quartz/util/resources.tsx b/quartz/util/resources.tsx index a185733e2..d003b0323 100644 --- a/quartz/util/resources.tsx +++ b/quartz/util/resources.tsx @@ -21,12 +21,12 @@ export function JSResourceToScriptElement(resource: JSResource, preserve?: boole const spaPreserve = preserve ?? resource.spaPreserve if (resource.contentType === "external") { return ( - )