Skip to content

Commit

Permalink
Merge pull request #59 from explooosion/develop
Browse files Browse the repository at this point in the history
Merge develop into master
  • Loading branch information
explooosion authored Jun 26, 2024
2 parents ab6d021 + f4f3a3e commit 2735a6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "browndust-share",
"description": "browndust-share",
"version": "1.0.0",
"version": "1.1.0",
"author": {
"name": "Robby",
"email": "ta7382@gmail.com"
Expand Down
11 changes: 6 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,14 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-58665524-10"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CSFDQJRJ35"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-58665524-10');

gtag('config', 'G-CSFDQJRJ35');
</script>

<title>Browndust Share</title>
Expand All @@ -90,4 +91,4 @@
-->
</body>

</html>
</html>

0 comments on commit 2735a6d

Please sign in to comment.