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 873c7a3 commit f52dc96Copy full SHA for f52dc96
src/app.html
@@ -1,6 +1,15 @@
1
<!doctype html>
2
<html lang="en">
3
<head>
4
+ <!-- Google tag (gtag.js) -->
5
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-JNWHD22PPN"></script>
6
+<script>
7
+ window.dataLayer = window.dataLayer || [];
8
+ function gtag(){dataLayer.push(arguments);}
9
+ gtag('js', new Date());
10
+
11
+ gtag('config', 'G-JNWHD22PPN');
12
+</script>
13
<meta charset="utf-8" />
14
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
15
<meta name="viewport" content="width=device-width, initial-scale=1" />
0 commit comments