Jacky Zhao
2025-03-06 cc9704becc78d9ab15abda165799b3c773f2ca2b
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>()