New features
Toast notifications
Loading indicators and refresh button
Custom host URL
By setting data-host-url
attribute in the umami tracker, you can tell umami where to make the API calls. For instance to
a subfolder or another domain.
<script async defer
data-website-id="83dd64c4-17ad-4e3e-a905-b3d8c867c1a5"
src="http://mywebsite.com/umami.js"
data-host-url="http://umami.mywebsite.com">
</script>