From 6871e37214c37f99f56852b82624709bcf63251e Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 1 Jul 2023 23:58:53 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20(pwa)=20vite=20pwa=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 9 +- package.json | 1 + pnpm-lock.yaml | 2002 +++++++++++++++++++++++++++++++++- public/apple-touch-icon.png | Bin 0 -> 21533 bytes public/masked-icon.png | Bin 0 -> 64376 bytes public/pwa-192x192.png | Bin 0 -> 23882 bytes public/pwa-512x512.png | Bin 0 -> 64376 bytes src/assets/logo.png | Bin 6849 -> 0 bytes src/main.ts | 1 - src/registerServiceWorker.ts | 36 - vite.config.ts | 41 +- vue.config.js | 79 -- 12 files changed, 2044 insertions(+), 125 deletions(-) create mode 100644 public/apple-touch-icon.png create mode 100644 public/masked-icon.png create mode 100644 public/pwa-192x192.png create mode 100644 public/pwa-512x512.png delete mode 100644 src/assets/logo.png delete mode 100644 src/registerServiceWorker.ts delete mode 100644 vue.config.js diff --git a/index.html b/index.html index 99e68d5..b12fe47 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,15 @@ - Lite note + + + + +