mirror of
https://github.com/danbulant/design
synced 2026-05-19 04:08:46 +00:00
fix favicons
This commit is contained in:
parent
8c90cf030d
commit
2f4a2eb397
2 changed files with 5 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
$: {
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
</details>
|
||||
|
||||
[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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue