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