1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-02-12 11:46:10 +02:00

Update GA in docs

This commit is contained in:
DarthSim 2023-04-28 19:40:54 +03:00
parent 6ae4dcd941
commit 929dcd6630

View File

@ -2,14 +2,15 @@
<html lang="en"> <html lang="en">
<head> <head>
<!-- Google Tag Manager --> <!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) { <script async
w[l] = w[l] || []; w[l].push({ src="https://www.googletagmanager.com/gtag/js?id=G-4ME3KE3EJC"></script>
'gtm.start': <script>
new Date().getTime(), event: 'gtm.js' window.dataLayer = window.dataLayer || [];
}); var f = d.getElementsByTagName(s)[0], function gtag() { dataLayer.push(arguments); }
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = gtag('js', new Date());
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-T7SQ7RW');</script> gtag('config', 'G-4ME3KE3EJC');
</script>
<!-- End Google Tag Manager --> <!-- End Google Tag Manager -->
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>imgproxy documentation</title> <title>imgproxy documentation</title>
@ -34,10 +35,6 @@
<link rel="stylesheet" href="/assets/style.css"> <link rel="stylesheet" href="/assets/style.css">
</head> </head>
<body> <body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T7SQ7RW" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="app"> <div id="app">
<div class="loading"> <div class="loading">
<div class="loading__spinner"></div> <div class="loading__spinner"></div>