fix(server): content output
This commit is contained in:
@@ -101,7 +101,7 @@ export class Distributor {
|
||||
'Text output cannot be generated.';
|
||||
|
||||
return {
|
||||
content: output.content,
|
||||
content: dom.document.toString(),
|
||||
textContent,
|
||||
title,
|
||||
lang,
|
||||
|
Reference in New Issue
Block a user