We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e964b37 commit 73506f5Copy full SHA for 73506f5
website/index.html
@@ -8,6 +8,13 @@
8
src="https://kit.fontawesome.com/053006010f.js"
9
crossorigin="anonymous"
10
></script>
11
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-QCJ7MJ5CPX"></script>
12
+ <script>
13
+ window.dataLayer = window.dataLayer || [];
14
+ function gtag(){dataLayer.push(arguments);}
15
+ gtag('js', new Date());
16
+ gtag('config', 'G-QCJ7MJ5CPX');
17
+ </script>
18
<title>Vitess | Benchmark</title>
19
20
<!-- Open Graph and Twitter Card meta tags -->
0 commit comments