Aaron Pham
2025-03-10 aca0c330e70fc4c0aee22560f5fdaac2d7fb41e9
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>()