My personal blog hauleth.dev
blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ft: use proxy for analytics gathering

+9 -1
+8
netlify.toml
··· 37 37 to = "https://fosstodon.org/.well-known/webfinger?resource=acct:hauleth@fosstodon.org" 38 38 status = 200 39 39 40 + [[redirects]] 41 + from = "/js/script.js" 42 + to = "https://plausible.io/js/script.js" 43 + 44 + [[redirects]] 45 + from = "/api/event" 46 + to = "https://plausible.io/api/event" 47 + 40 48 [[plugins]] 41 49 package = "netlify-plugin-webmentions" 42 50
+1 -1
templates/index.html
··· 34 34 {% endblock copyright %} 35 35 36 36 {% block script %} 37 - <script async defer data-domain="hauleth.dev" src="https://plausible.io/js/plausible.js"></script> 37 + <script defer data-domain="hauleth.dev" src="/js/plausible.js"></script> 38 38 {% endblock script %} 39 39 40 40 {% block css %}