Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
emscb committed Oct 6, 2024
2 parents aa0e4a0 + cb8f250 commit 34cafe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-68TW2KGKLL"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-292S8MY9LD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

gtag("config", "G-68TW2KGKLL");
gtag("config", "G-292S8MY9LD");
</script>
<title>파이콘 한국 2024</title>
</head>
Expand Down

0 comments on commit 34cafe6

Please sign in to comment.