Skip to content

Commit

Permalink
deploy: 6dfc148
Browse files Browse the repository at this point in the history
  • Loading branch information
ByIvo committed Jun 6, 2024
1 parent e355b74 commit 98b299c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@

<link rel="stylesheet" href="/themes/dark.css" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VY20Y5X6E9"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LBV7F16C3T"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-VY20Y5X6E9');

gtag('config', 'G-LBV7F16C3T');
</script>
<!-- End Google tag -->
<title>DevPR Conf 2024</title>
Expand Down

0 comments on commit 98b299c

Please sign in to comment.