Florence
2023-11-01 05a1c34c6f6973eebcbcc50f50b64c2a0d62e8fa
quartz/plugins/emitters/componentResources.ts
@@ -164,7 +164,7 @@
      addGlobalPageResources(ctx, resources, componentResources)
      const stylesheet = joinStyles(ctx.cfg.configuration.theme, styles, ...componentResources.css)
      const stylesheet = joinStyles(ctx.cfg.configuration.theme, ...componentResources.css, styles)
      const prescript = joinScripts(componentResources.beforeDOMLoaded)
      const postscript = joinScripts(componentResources.afterDOMLoaded)
      const fps = await Promise.all([