From 4c8279530c2593f48f75429850b5d5bdbc88e6af Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sat, 18 Jan 2020 10:44:58 +0400 Subject: [PATCH] feat: update --- components/helmet/index.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/components/helmet/index.js b/components/helmet/index.js index 133583240..6c0ac1de0 100644 --- a/components/helmet/index.js +++ b/components/helmet/index.js @@ -10,6 +10,7 @@ const prepareDescription = (givenDescription) => { return givenDescription || siteConfig.description; }; +// noinspection JSUnresolvedLibraryURL const Helmet = (props) => ( @@ -65,8 +66,14 @@ const Helmet = (props) => ( gtag('config', '${process.env.GA_SECRET}'); `, }} /> +