diff --git a/packages/server/src/distributor.ts b/packages/server/src/distributor.ts index e50183c..a873f8d 100644 --- a/packages/server/src/distributor.ts +++ b/packages/server/src/distributor.ts @@ -101,7 +101,7 @@ export class Distributor { 'Text output cannot be generated.'; return { - content: output.content, + content: dom.document.toString(), textContent, title, lang,