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}'); `, }} /> +