Emile Bangma
2024-12-17 ff9e60a7fce0f642dfb8a1ee0042f0d3da848411
quartz/plugins/emitters/helpers.ts
@@ -7,7 +7,7 @@
  ctx: BuildCtx
  slug: FullSlug
  ext: `.${string}` | ""
  content: string
  content: string | Buffer
}
export const write = async ({ ctx, slug, ext, content }: WriteOptions): Promise<FilePath> => {