From f9bedfcdcb8610cf23bcac3723a8650b2e504a1a Mon Sep 17 00:00:00 2001 From: Max Richter Date: Wed, 9 Aug 2023 16:02:28 +0200 Subject: [PATCH] feat: change favicon --- routes/_app.tsx | 23 +++++++++++++++++++++++ static/android-chrome-192x192.png | Bin 0 -> 30901 bytes static/android-chrome-256x256.png | Bin 0 -> 12648 bytes static/apple-touch-icon.png | Bin 0 -> 27602 bytes static/browserconfig.xml | 9 +++++++++ static/favicon-16x16.png | Bin 0 -> 1375 bytes static/favicon-32x32.png | Bin 0 -> 2364 bytes static/favicon.ico | Bin 15406 -> 15086 bytes static/mstile-150x150.png | Bin 0 -> 14637 bytes static/safari-pinned-tab.svg | 24 ++++++++++++++++++++++++ static/site.webmanifest | 19 +++++++++++++++++++ 11 files changed, 75 insertions(+) create mode 100644 static/android-chrome-192x192.png create mode 100644 static/android-chrome-256x256.png create mode 100644 static/apple-touch-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/mstile-150x150.png create mode 100644 static/safari-pinned-tab.svg create mode 100644 static/site.webmanifest diff --git a/routes/_app.tsx b/routes/_app.tsx index 51e8dd6..66ce537 100644 --- a/routes/_app.tsx +++ b/routes/_app.tsx @@ -7,6 +7,29 @@ export default function App({ Component }: AppProps) { + + + + + + + + +