Thanks to visit codestin.com Credit goes to github.com
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 6481d6b commit 36c867dCopy full SHA for 36c867d
packages/next/src/server/stream-utils/node-web-streams-helper.ts
@@ -273,7 +273,7 @@ function createHeadInsertionTransformStream(
273
}
274
275
// Insert the icon script at the end of the document.
276
- if (reinsertIcons) {
+ if (reinsertIcons && hasBytes) {
277
controller.enqueue(encoder.encode(createReinsertIconScript(nonce)))
278
279
},
0 commit comments