diff --git a/package.json b/package.json index 26098753..d2354225 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ran-boilerplate", - "version": "0.8.4", + "version": "0.8.5", "main": "server.js", "description": "React . Apollo (GraphQL) . Next.js Toolkit", "author": "Ilker Guller (http://ilkerguller.com)", diff --git a/pages/_document.js b/pages/_document.js index 429ed191..3ae4dfb1 100644 --- a/pages/_document.js +++ b/pages/_document.js @@ -41,7 +41,7 @@ export default class MyDocument extends Document { - + {this.helmetHeadComponents()} {AppIcons()} {this.props.styleTags}