Skip to content

Commit f8f10fc

Browse files
Merge pull request zoltantothcom#48 from zoltantothcom/dev
Update README with custom URL
2 parents 7aee10c + afad256 commit f8f10fc

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
Design Patterns - a game to get familiar with the design patterns implemented in JavaScript, test your knowledge or simply for fun.
66

7-
### :zap: [PLAY HERE](https://design-patterns-javascript.surge.sh/)
7+
### :zap: [PLAY HERE](http://designpatternsgame.com/)
88

9-
[<img src="https://raw.githubusercontent.com/zoltantothcom/Design-Patterns-JavaScript/master/static/screenshot.png?sanitize=true&raw=true" alt="Design Patterns - game results screenshot" />](https://design-patterns-javascript.surge.sh/)
9+
[<img src="https://raw.githubusercontent.com/zoltantothcom/Design-Patterns-JavaScript/master/static/screenshot.png?sanitize=true&raw=true" alt="Design Patterns - game results screenshot" />](http://designpatternsgame.com/)
1010

1111
- [About](#about)
1212
- [How To Run Locally](#how-to-run-locally)

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,13 @@
2424

2525
return t;
2626
}(document, "script", "twitter-wjs"));</script>
27+
<!-- Google Analytics -->
28+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-25262063-2"></script>
29+
<script>
30+
window.dataLayer = window.dataLayer || [];
31+
function gtag(){dataLayer.push(arguments);}
32+
gtag('js', new Date());
33+
gtag('config', 'UA-25262063-2');
34+
</script>
2735
</body>
2836
</html>

0 commit comments

Comments
 (0)