Switch ya metrika packages
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-07-05 09:50:16 +03:00
parent ad10f35e19
commit a77fefc251
4 changed files with 13179 additions and 593 deletions

View File

@@ -1,5 +1,4 @@
import Head from 'next/head'
import { YMInitializer } from 'react-yandex-metrika'
import Footer from './Footer'
@@ -9,11 +8,6 @@ export default function Layout ({ children }) {
<Head>
<title>Warframe Center</title>
<link rel='icon' href='/favicon.ico' />
<YMInitializer
accounts={[Number(process.env.YA_METRIKA_ID)]}
options={{ webvisor: true, defer: true }}
version='2'
/>
</Head>
<main>{children}</main>
<Footer />