Jacky Zhao
2023-08-03 264ea3d54438b30bc7d9280e076e3f6e29d0ff8c
quartz/processors/emit.ts
@@ -24,7 +24,7 @@
  }
  let emittedFiles = 0
  const staticResources = getStaticResourcesFromPlugins(cfg.plugins)
  const staticResources = getStaticResourcesFromPlugins(ctx)
  for (const emitter of cfg.plugins.emitters) {
    try {
      const emitted = await emitter.emit(ctx, content, staticResources, emit)