fix(server): content output
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user