From 26ed97b4e3e651b04c5d51fe092bfe8cc20a5bf4 Mon Sep 17 00:00:00 2001 From: Artemy Date: Wed, 15 May 2024 17:20:38 +0300 Subject: [PATCH] fix(server): content output --- packages/server/src/distributor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,