Adds domain to the path for counter requests.
This commit is contained in:
@@ -4,6 +4,11 @@ const today = new Date();
|
|||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
© {today.getFullYear()} Periodic. All rights reserved.
|
© {today.getFullYear()} Periodic. All rights reserved.
|
||||||
|
<script>
|
||||||
|
window.goatcounter = {
|
||||||
|
path: (path) => `${location.host}${path}`,
|
||||||
|
};
|
||||||
|
</script>
|
||||||
<script
|
<script
|
||||||
data-goatcounter="https://goatcounter.terakoda.com/count"
|
data-goatcounter="https://goatcounter.terakoda.com/count"
|
||||||
async
|
async
|
||||||
|
|||||||
Reference in New Issue
Block a user