File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 11import { Inter } from 'next/font/google'
2-
32import Head from 'next/head'
3+ import Script from 'next/script'
44
55import { ThemeProvider } from '@/components/theme-provider'
66
@@ -77,13 +77,14 @@ export default function Home() {
7777 < meta name = 'twitter:card' content = { metadata . twitter . card } />
7878 < meta name = 'google-site-verification' content = { metadata . verification . google } />
7979 < meta name = 'yandex-verification' content = { metadata . verification . yandex } />
80- < script
81- defer
82- src = 'https://analytics.kinotio.io/script.js'
83- data-website-id = '718d3793-a9ba-4478-abd9-595f53028bb8'
84- > </ script >
8580 </ Head >
8681
82+ < Script
83+ async
84+ src = 'https://analytics.kinotio.io/script.js'
85+ data-website-id = '718d3793-a9ba-4478-abd9-595f53028bb8'
86+ />
87+
8788 < Header />
8889 < Hero />
8990 < Information />
You can’t perform that action at this time.
0 commit comments