diff --git a/components/MetaData.tsx b/components/MetaData.tsx index 790dda73e..9e8a0c9b2 100644 --- a/components/MetaData.tsx +++ b/components/MetaData.tsx @@ -1,4 +1,5 @@ import Head from 'next/head' +import Script from 'next/script' interface Content { title: string @@ -57,16 +58,19 @@ const MetaData = ({ language, data }: MetaDataProps) => { - {/* eslint-disable */} - - {process.env.ENVIRONMENT === 'production' ? ( - - ) : ( - - )} - - {/*eslint-enable */} + + {process.env.ENVIRONMENT === 'production' ? ( +