From a9980ad2684b63d062f39e4ceb855ebc1b1b849a Mon Sep 17 00:00:00 2001 From: Romulus21 Date: Sun, 24 Sep 2023 14:51:02 +0200 Subject: [PATCH] add auto scroll --- public/manifest.json | 12 ------------ resources/views/app.blade.php | 2 +- vite.config.js | 1 + 3 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 public/manifest.json diff --git a/public/manifest.json b/public/manifest.json deleted file mode 100644 index e5d8bf8..0000000 --- a/public/manifest.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Bermite", - "icons": [ - { - "src": "/images/weather.png", - "type": "image/png", - "sizes": "512x512" - } - ], - "start_url": "/?source=pwa", - "display": "standalone" -} diff --git a/resources/views/app.blade.php b/resources/views/app.blade.php index d19efcd..8f5ca32 100644 --- a/resources/views/app.blade.php +++ b/resources/views/app.blade.php @@ -8,7 +8,7 @@ - + {{ config('app.name', 'Laravel') }} diff --git a/vite.config.js b/vite.config.js index 227448d..df20393 100644 --- a/vite.config.js +++ b/vite.config.js @@ -15,6 +15,7 @@ export default defineConfig({ manifest: { name: 'Bermite', short_name: 'Bermite', + lang: 'fr', description: 'Une application de suivi météo', theme_color: '#ffffff', icons: [