dependabot[bot]
2024-04-12 4d73b8289d16fde3271e748b84fd7f90a56a8899
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> => {