Skip to content

Commit 62713c3

Browse files
taktranpieh
authored andcommitted
fix: add missing html and body attributes from ssr apis to develop mode (#8596)
1 parent b422676 commit 62713c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/gatsby/cache-dir/develop-static-entry.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ module.exports = (locals, callback) => {
6464
headComponents: headComponents.concat([
6565
<script key={`io`} src="/socket.io/socket.io.js" />,
6666
]),
67+
htmlAttributes,
68+
bodyAttributes,
6769
preBodyComponents,
6870
postBodyComponents: postBodyComponents.concat([
6971
<script key={`commons`} src="/commons.js" />,

0 commit comments

Comments
 (0)