I'm using Goat Counter for web analytics of my pkgdown sites.
I recently updated my GoatCounter's site codes to make them more consistent across my different pkgdown sites. One site properly updated the code but not the other one which is still using the old code.
Here's the _pkgdown.yml
file.
includes:
after_body: >
<script data-goatcounter="https://gh-plume.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
And here's a screenshot of the web inspector for that particular pkgdown site:
As you can see, the pkgdown site is using arangacas
not gh-plume
.
Is there a way to force the change without releasing a new version of my package? Surprisingly, that worked with the other site without doing anything special.