Removed Cloudflare tracking
This commit is contained in:
parent
15aa9a163a
commit
4b70f4892c
1 changed files with 0 additions and 10 deletions
|
@ -11,11 +11,6 @@ const Layout = ({ children }: { children: React.ReactNode }) => {
|
|||
if(isMobile) {
|
||||
ret = (
|
||||
<Page mobile={isMobile}>
|
||||
<Script id="matomo_analytics"
|
||||
defer src='https://static.cloudflareinsights.com/beacon.min.js'
|
||||
data-cf-beacon='{"token": "826fc083aa86417890c0ceb3e0a597fa"}'>
|
||||
</Script>
|
||||
|
||||
<PageNavbar mobile={isMobile}/>
|
||||
<Main>
|
||||
{children}
|
||||
|
@ -26,11 +21,6 @@ const Layout = ({ children }: { children: React.ReactNode }) => {
|
|||
else {
|
||||
ret = (
|
||||
<Page>
|
||||
<Script id="matomo_analytics"
|
||||
defer src='https://static.cloudflareinsights.com/beacon.min.js'
|
||||
data-cf-beacon='{"token": "826fc083aa86417890c0ceb3e0a597fa"}'>
|
||||
</Script>
|
||||
|
||||
<PageNavbar mobile={isMobile}/>
|
||||
<Main>
|
||||
{children}
|
||||
|
|
Loading…
Reference in a new issue