fix: improve ios pwa

This commit is contained in:
JovannMC 2025-02-13 23:36:59 +03:00
parent 8e3e8242b7
commit 0a09d755fb
No known key found for this signature in database
2 changed files with 8 additions and 1 deletions

View File

@ -2,8 +2,15 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.webp" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<link rel="apple-touch-icon" href="%sveltekit.assets%/favicon.png"">
<link rel="apple-touch-startup-image" href="%sveltekit.assets%/lettermark.jpg">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
%sveltekit.head%
<script>
(function () {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB