From 29364bbff7690078b5484f59317901a322b01f5d Mon Sep 17 00:00:00 2001 From: Mia Winter Date: Sun, 2 Jun 2024 17:01:39 +0200 Subject: [PATCH] Added favicons --- src/layouts/Layout.astro | 26 ++++++++++++++++--- src/pages/index.astro | 2 +- static/android-icon-144x144.png | Bin 0 -> 20071 bytes static/android-icon-192x192.png | Bin 0 -> 25271 bytes static/android-icon-36x36.png | Bin 0 -> 3463 bytes static/android-icon-48x48.png | Bin 0 -> 5030 bytes static/android-icon-72x72.png | Bin 0 -> 7586 bytes static/android-icon-96x96.png | Bin 0 -> 11066 bytes static/apple-icon-114x114.png | Bin 0 -> 14575 bytes static/apple-icon-120x120.png | Bin 0 -> 15558 bytes static/apple-icon-144x144.png | Bin 0 -> 20071 bytes static/apple-icon-152x152.png | Bin 0 -> 21620 bytes static/apple-icon-180x180.png | Bin 0 -> 27366 bytes static/apple-icon-57x57.png | Bin 0 -> 5761 bytes static/apple-icon-60x60.png | Bin 0 -> 6234 bytes static/apple-icon-72x72.png | Bin 0 -> 7586 bytes static/apple-icon-76x76.png | Bin 0 -> 7974 bytes static/apple-icon-precomposed.png | Bin 0 -> 26269 bytes static/apple-icon.png | Bin 0 -> 26269 bytes static/browserconfig.xml | 2 ++ static/favicon-16x16.png | Bin 0 -> 1862 bytes static/favicon-32x32.png | Bin 0 -> 3237 bytes static/favicon-96x96.png | Bin 0 -> 11066 bytes static/favicon.ico | Bin 0 -> 1150 bytes static/manifest.json | 41 ++++++++++++++++++++++++++++++ static/ms-icon-144x144.png | Bin 0 -> 20071 bytes static/ms-icon-150x150.png | Bin 0 -> 21149 bytes static/ms-icon-310x310.png | Bin 0 -> 62741 bytes static/ms-icon-70x70.png | Bin 0 -> 7401 bytes 29 files changed, 67 insertions(+), 4 deletions(-) create mode 100644 static/android-icon-144x144.png create mode 100644 static/android-icon-192x192.png create mode 100644 static/android-icon-36x36.png create mode 100644 static/android-icon-48x48.png create mode 100644 static/android-icon-72x72.png create mode 100644 static/android-icon-96x96.png create mode 100644 static/apple-icon-114x114.png create mode 100644 static/apple-icon-120x120.png create mode 100644 static/apple-icon-144x144.png create mode 100644 static/apple-icon-152x152.png create mode 100644 static/apple-icon-180x180.png create mode 100644 static/apple-icon-57x57.png create mode 100644 static/apple-icon-60x60.png create mode 100644 static/apple-icon-72x72.png create mode 100644 static/apple-icon-76x76.png create mode 100644 static/apple-icon-precomposed.png create mode 100644 static/apple-icon.png create mode 100644 static/browserconfig.xml create mode 100644 static/favicon-16x16.png create mode 100644 static/favicon-32x32.png create mode 100644 static/favicon-96x96.png create mode 100644 static/favicon.ico create mode 100644 static/manifest.json create mode 100644 static/ms-icon-144x144.png create mode 100644 static/ms-icon-150x150.png create mode 100644 static/ms-icon-310x310.png create mode 100644 static/ms-icon-70x70.png diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 2c95664..977d3dd 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -15,9 +15,29 @@ const { title } = Astro.props; - + + + + + + + + + + + + + + + + + + + + + {title}