fix(server): content output

This commit is contained in:
Artemy 2024-05-15 17:20:38 +03:00
parent a98f532cf6
commit 26ed97b4e3

View File

@ -101,7 +101,7 @@ export class Distributor {
'Text output cannot be generated.'; 'Text output cannot be generated.';
return { return {
content: output.content, content: dom.document.toString(),
textContent, textContent,
title, title,
lang, lang,