diff --git a/src/lib/components/posts/a.svelte b/src/lib/components/posts/a.svelte index 40d5c8a..255491f 100644 --- a/src/lib/components/posts/a.svelte +++ b/src/lib/components/posts/a.svelte @@ -13,9 +13,8 @@ let newtitle = ""; let options = new Map; - - // Faviconkit, a free service that provides favicons for any domain - $: defaultfavicon = `https://filthy-cyan-otter.faviconkit.com/${domain}/32`; + // https://github.com/twentyhq/favicon + $: defaultfavicon = `https://twenty-icons.com/${domain}/32`; let favicon = defaultfavicon; $: { diff --git a/src/routes/posts/quick-comparison-of-s3/+page.md b/src/routes/posts/quick-comparison-of-s3/+page.md index c80bff5..14c5dcb 100644 --- a/src/routes/posts/quick-comparison-of-s3/+page.md +++ b/src/routes/posts/quick-comparison-of-s3/+page.md @@ -88,7 +88,9 @@ Free egress when using one of the `[Bandwidth alliance](https://www.cloudflare.c Copy, Create bucket, CORS bucket management, bucket information, listing. -[Home page](https://backblaze.com "favicon=https://backblaze.com/favicon.ico") | [Pricing page](https://www.backblaze.com/b2/cloud-storage-pricing.html "favicon=https://backblaze.com/favicon.ico") +Update 2025: This is the one I'm using for the last 3 years. Works fine, fast upload, download, is cheap. + +[Home page](https://backblaze.com) | [Pricing page](https://www.backblaze.com/b2/cloud-storage-pricing.html) ## DigitalOcean Spaces