From 9b8238616a364734071f2c97ecc05a4a805778b7 Mon Sep 17 00:00:00 2001 From: keyan Date: Thu, 14 Apr 2022 12:05:44 -0500 Subject: [PATCH] make mobile shortcut icons pretty --- pages/_document.js | 2 ++ public/android-chrome-192x192.png | Bin 0 -> 11985 bytes public/android-chrome-512x512.png | Bin 0 -> 38855 bytes public/apple-touch-icon.png | Bin 0 -> 11308 bytes public/site.webmanifest | 17 +++++++++++++++++ 5 files changed, 19 insertions(+) create mode 100644 public/android-chrome-192x192.png create mode 100644 public/android-chrome-512x512.png create mode 100644 public/apple-touch-icon.png create mode 100644 public/site.webmanifest diff --git a/pages/_document.js b/pages/_document.js index fbdad13b..8436df87 100644 --- a/pages/_document.js +++ b/pages/_document.js @@ -6,6 +6,8 @@ class MyDocument extends Document { return ( + +