This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user