We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17d7b75 commit 4ca1ef7Copy full SHA for 4ca1ef7
sandbox/index.html
@@ -6,6 +6,16 @@
6
<title>Luminara Sandbox - Interactive Demo</title>
7
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='0.9em' font-size='90'>🌌</text></svg>">
8
<link rel="stylesheet" href="styles.css">
9
+
10
+ <!-- Google tag (gtag.js) -->
11
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-XJRX7MW047"></script>
12
+ <script>
13
+ window.dataLayer = window.dataLayer || [];
14
+ function gtag(){dataLayer.push(arguments);}
15
+ gtag('js', new Date());
16
+ gtag('config', 'G-XJRX7MW047');
17
+ </script>
18
19
<script type="importmap">
20
{
21
"imports": {}
0 commit comments