diff --git a/.gitignore b/.gitignore index 09a2156fd..039ed89fb 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ Thumbs.db .idea .next out +.env build node_modules yarn-error.log diff --git a/components/helmet/index.js b/components/helmet/index.js index 5c9072c9a..78a288924 100644 --- a/components/helmet/index.js +++ b/components/helmet/index.js @@ -56,19 +56,15 @@ const Helmet = (props) => ( { /* Global Site Tag (gtag.js) - Google Analytics */ } - { !PHASE_DEVELOPMENT_SERVER && ( - <> -