mirror of https://github.com/VERT-sh/VERT.git
fix: improve ios pwa
This commit is contained in:
parent
8e3e8242b7
commit
0a09d755fb
|
@ -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 |
Loading…
Reference in New Issue