quartz/plugins/emitters/assets.ts
@@ -15,9 +15,6 @@ export const Assets: QuartzEmitterPlugin = () => { return { name: "Assets", getQuartzComponents() { return [] }, async getDependencyGraph(ctx, _content, _resources) { const { argv, cfg } = ctx const graph = new DepGraph<FilePath>()