We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd1349 commit c63d294Copy full SHA for c63d294
src/lib/chunked.js
@@ -51,7 +51,7 @@ export async function renderToChunks(vnode, { context, onWrite, abortSignal }) {
51
* @returns {number}
52
*/
53
function getDocumentClosingTagsIndex(html) {
54
- return html.indexOf('</html>');
+ return html.indexOf('</body>');
55
}
56
57
async function forkPromises(renderer) {
0 commit comments