Jacky Zhao
2023-12-11 1b92440009965853241d6db44ae233cf62522a75
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([