Jacky Zhao
2025-03-11 e59181c3aa26c2a86b1ce9f501f53a9e3de2908f
quartz/plugins/emitters/static.ts
@@ -6,9 +6,6 @@
export const Static: QuartzEmitterPlugin = () => ({
  name: "Static",
  getQuartzComponents() {
    return []
  },
  async getDependencyGraph({ argv, cfg }, _content, _resources) {
    const graph = new DepGraph<FilePath>()