From 8b91c528aac9d7a8152576b6b0bf5897f0e7cccb Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Mon, 13 Jan 2025 20:49:53 +0100 Subject: [PATCH] fix(views): replace deprecated meta tag `apple-mobile-web-app-capable` => `mobile-web-app-capable` as warned by Chrome and also already implemented by e.g. Flutter or vercel/Next.js: https://github.com/vercel/next.js/pull/70363 https://github.com/flutter/flutter/issues/154596 --- src/views/desktop.ejs | 2 +- src/views/mobile.ejs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/desktop.ejs b/src/views/desktop.ejs index f56f68eb6..aa325834d 100644 --- a/src/views/desktop.ejs +++ b/src/views/desktop.ejs @@ -3,7 +3,7 @@ - + diff --git a/src/views/mobile.ejs b/src/views/mobile.ejs index 7cb664c45..f40211efe 100644 --- a/src/views/mobile.ejs +++ b/src/views/mobile.ejs @@ -3,7 +3,7 @@ - +