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