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 66b3a2c commit 9b6b058Copy full SHA for 9b6b058
src/layouts/Layout.astro
@@ -59,7 +59,7 @@ const structuredData = {
59
<head>
60
<!-- Google tag (gtag.js) -->
61
<script async src="https://www.googletagmanager.com/gtag/js?id=G-V66JPM85FQ"></script>
62
- <script>
+ <script is:inline>
63
window.dataLayer = window.dataLayer || [];
64
function gtag(){dataLayer.push(arguments);}
65
gtag('js', new Date());
0 commit comments