I've created a static webpage hosted in a backblaze-b2 bucket.
I've put my favicon.ico file in the root of that bucket, and even tried including the following html in my page:
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
The favicon does not appear.
How to get a static webpage hosted with backblaze-b2 to show up?