Interestingly, I'm having serious problems just loading the web page; visiting the page gets me into a redirect loop, visible in cURL like so:<p><pre><code> $ curl -v --http1.1 https://danpetrov.xyz/macos/2021/11/14/analysing-network-quality-macos.html
> GET /macos/2021/11/14/analysing-network-quality-macos.html HTTP/1.1
> Host: danpetrov.xyz
> User-Agent: curl/7.68.0
> Accept: */*
< HTTP/1.1 301 Moved Permanently
< location: https://danpetrov.xyz/macos/2021/11/14/analysing-network-quality-macos.html
</code></pre>
It's returning a 'location' that's the same as the source, leading to me never seeing the actual page.<p>EDIT: It's back now, working and visible.