From a0e0f851c2e545b1f204d483caa9b2ca60a36bbb Mon Sep 17 00:00:00 2001 From: yashha Date: Thu, 16 Nov 2017 11:54:36 +0100 Subject: [PATCH] Pulled encoding to top of head (#3214) --- server/document.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/document.js b/server/document.js index c33ffc9b..540de2f9 100644 --- a/server/document.js +++ b/server/document.js @@ -84,11 +84,11 @@ export class Head extends Component { const pagePathname = getPagePathname(pathname, nextExport) return + {(head || []).map((h, i) => React.cloneElement(h, { key: i }))} {this.getPreloadDynamicChunks()} {this.getPreloadMainLinks()} - {(head || []).map((h, i) => React.cloneElement(h, { key: i }))} {styles || null} {this.props.children}