My personal blog hauleth.dev
blog
0
fork

Configure Feed

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

fix: make Plausible requests passthrough instead of redirects

+2
+2
netlify.toml
··· 40 40 [[redirects]] 41 41 from = "/js/script.js" 42 42 to = "https://plausible.io/js/script.js" 43 + status = 200 43 44 44 45 [[redirects]] 45 46 from = "/api/event" 46 47 to = "https://plausible.io/api/event" 48 + status = 200 47 49 48 50 [[plugins]] 49 51 package = "netlify-plugin-webmentions"