diff --git a/README.md b/README.md index f732d0b..387869f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Website +
+ [![Netlify Status](https://api.netlify.com/api/v1/badges/4ac67547-6444-4c67-9a54-c7f8fb28427b/deploy-status)](https://app.netlify.com/sites/ari-web/deploys) +
+ ### [My website's](https://www.ari-web.xyz/) source code. # Customising when self-hosting @@ -15,7 +19,7 @@ # Subdomains -- https://www.ari-web.xyz/ (source: https://ari-web.xyz/git) -- https://files.ari-web.xyz/ (source: https://files.ari-web.xyz/git) -- https://blog.ari-web.xyz/ (source: https://blog.ari-web.xyz/git) -- https://tcl.ari-web.xyz/ (source: https://tcl.ari-web.xyz/filetree.html) +- https://www.ari-web.xyz/ (source: https://ari-web.xyz/git) +- https://files.ari-web.xyz/ (source: https://files.ari-web.xyz/git) +- https://blog.ari-web.xyz/ (source: https://blog.ari-web.xyz/git) +- https://tcl.ari-web.xyz/ (source: https://tcl.ari-web.xyz/filetree.html) diff --git a/favicon.ico b/favicons/ari-web-normal.png similarity index 100% rename from favicon.ico rename to favicons/ari-web-normal.png diff --git a/favicons/ari-web-ukraine.png b/favicons/ari-web-ukraine.png new file mode 100644 index 0000000..770c959 Binary files /dev/null and b/favicons/ari-web-ukraine.png differ diff --git a/netlify.toml b/netlify.toml index d0edc74..a21ae55 100644 --- a/netlify.toml +++ b/netlify.toml @@ -15,6 +15,12 @@ # ARI-WEB-SPECIFIC # +[[redirects]] + from = "/favicon.ico" + to = "/favicons/ari-web-ukraine.png" + status = 200 + force = true + [[redirects]] from = "/tinycore" to = "https://tcl.ari-web.xyz/"