Jacky Zhao
2025-03-06 2213424195b6ba761a6bf3343afca43b102d06b3
quartz/plugins/emitters/cname.ts
@@ -11,9 +11,6 @@
export const CNAME: QuartzEmitterPlugin = () => ({
  name: "CNAME",
  getQuartzComponents() {
    return []
  },
  async getDependencyGraph(_ctx, _content, _resources) {
    return new DepGraph<FilePath>()
  },