Illia Pyshniak
2024-07-01 e8277d017e8cf661c9c51898a3026bbb2120e987
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> => {