Striven
yesterday c538c151c7462ad0395ff2c15c5e11e89e362aa8
quartz/components/renderPage.tsx
@@ -294,7 +294,7 @@
      </body>
      {pageResources.js
        .filter((resource) => resource.loadTime === "afterDOMReady")
        .map((res) => JSResourceToScriptElement(res))}
        .map((res) => JSResourceToScriptElement(res, true))}
    </html>
  )