From 5aaa2539d091fec7c78f0d855423a4cbb517f5a8 Mon Sep 17 00:00:00 2001 From: Damian Stasik <920747+damianstasik@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:45:33 +0200 Subject: [PATCH] Add OG tags and images Signed-off-by: Damian Stasik <920747+damianstasik@users.noreply.github.com> --- frontend/index.html | 22 +- frontend/package-lock.json | 791 +++++++++++++++++++ frontend/package.json | 4 +- frontend/public/apple-touch-icon-180x180.png | Bin 0 -> 1132 bytes frontend/public/favicon.ico | Bin 0 -> 932 bytes frontend/public/maskable-icon-512x512.png | Bin 0 -> 3336 bytes frontend/public/og.png | Bin 0 -> 45772 bytes frontend/public/pwa-192x192.png | Bin 0 -> 1565 bytes frontend/public/pwa-512x512.png | Bin 0 -> 3520 bytes frontend/public/pwa-64x64.png | Bin 0 -> 806 bytes frontend/public/site.webmanifest | 28 + frontend/pwa-assets.config.ts | 12 + 12 files changed, 854 insertions(+), 3 deletions(-) create mode 100644 frontend/public/apple-touch-icon-180x180.png create mode 100644 frontend/public/favicon.ico create mode 100644 frontend/public/maskable-icon-512x512.png create mode 100644 frontend/public/og.png create mode 100644 frontend/public/pwa-192x192.png create mode 100644 frontend/public/pwa-512x512.png create mode 100644 frontend/public/pwa-64x64.png create mode 100644 frontend/public/site.webmanifest create mode 100644 frontend/pwa-assets.config.ts diff --git a/frontend/index.html b/frontend/index.html index 5ac984d3..9d700e5d 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -3,7 +3,26 @@
- + + + + + + + + + +