diff --git a/README.md b/README.md index 0ef4812e..44dd43f7 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,6 @@ Thank you to all our backers! [[Become a backer](https://opencollective.com/ran# - ### Sponsors Thank you to all our sponsors! (please ask your company to also support this open source project by [becoming a sponsor](https://opencollective.com/ran#sponsor)) @@ -124,3 +123,7 @@ Thank you to all our sponsors! (please ask your company to also support this ope + +# App Showcase + +[WIP] diff --git a/package.json b/package.json index 00d49d1f..6581be18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ran-boilerplate", - "version": "0.8.6", + "version": "0.9.0", "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 e73a9e62..c1751761 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}