Skip to content

Commit c63d294

Browse files
committed
Fixes
1 parent 7dd1349 commit c63d294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/chunked.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export async function renderToChunks(vnode, { context, onWrite, abortSignal }) {
5151
* @returns {number}
5252
*/
5353
function getDocumentClosingTagsIndex(html) {
54-
return html.indexOf('</html>');
54+
return html.indexOf('</body>');
5555
}
5656

5757
async function forkPromises(renderer) {

0 commit comments

Comments
 (0)