We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb683d commit 41e04f2Copy full SHA for 41e04f2
website/.vuepress/config.js
@@ -12,6 +12,19 @@ module.exports = {
12
title: "gbdev.io",
13
description: "game boy development scene",
14
head: [
15
+ ['script', {}, `
16
+ var _paq = window._paq = window._paq || [];
17
+ /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
18
+ _paq.push(['trackPageView']);
19
+ _paq.push(['enableLinkTracking']);
20
+ (function() {
21
+ var u="//stats.gbdev.io/";
22
+ _paq.push(['setTrackerUrl', u+'matomo.php']);
23
+ _paq.push(['setSiteId', '1']);
24
+ var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
25
+ g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
26
+ })();
27
+ `],
28
[
29
"link",
30
{
0 commit comments