Skip to content

Commit 8ac0834

Browse files
committed
add google analytics
1 parent 0832032 commit 8ac0834

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
window.$docsify = {
1515
name: 'Laravel Wallet',
1616
repo: 'bavix/laravel-wallet',
17+
ga: 'UA-98195013-2',
1718
loadSidebar: true,
1819
loadNavbar: true,
1920
relativePath: true,
@@ -23,6 +24,7 @@
2324
}
2425
</script>
2526
<script src="https://unpkg.com/docsify/lib/docsify.min.js"></script>
27+
<script src="https://unpkg.com/docsify/lib/plugins/ga.min.js"></script>
2628
<script src="https://unpkg.com/prismjs/components/prism-bash.min.js"></script>
2729
<script src="https://unpkg.com/prismjs/components/prism-php.min.js"></script>
2830
</body>

0 commit comments

Comments
 (0)