Fix lint errors.
This commit is contained in:
@ -3,7 +3,7 @@ import Script from 'next/script'
|
||||
const SimpleAnalyticsScript = () => {
|
||||
return (
|
||||
<>
|
||||
<Script strategy="lazyOnload">
|
||||
<Script id="SimpleAnalytics" strategy="lazyOnload">
|
||||
{`
|
||||
window.sa_event=window.sa_event||function(){var a=[].slice.call(arguments);window.sa_event.q?window.sa_event.q.push(a):window.sa_event.q=[a]};
|
||||
`}
|
||||
|
||||
Reference in New Issue
Block a user