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.';
|
||||
|
||||
return {
|
||||
content: output.content,
|
||||
content: dom.document.toString(),
|
||||
textContent,
|
||||
title,
|
||||
lang,
|
||||
|
Loading…
x
Reference in New Issue
Block a user