Jacky Zhao
2025-03-09 1cd8e7f0d510b97dfc2c3314c36d957383162a8f
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> => {