diff --git a/components/helmet/index.js b/components/helmet/index.js index c4e141bc7..5c9072c9a 100644 --- a/components/helmet/index.js +++ b/components/helmet/index.js @@ -1,3 +1,4 @@ +const { PHASE_DEVELOPMENT_SERVER } = require('next/constants'); import NextHead from 'next/head'; import siteConfig from 'storage/site'; import { GA_TRACKING_ID } from 'lib/gtag'; @@ -22,13 +23,13 @@ const Helmet = (props) => ( - + - + @@ -55,15 +56,19 @@ const Helmet = (props) => ( { /* Global Site Tag (gtag.js) - Google Analytics */ } -