📱🍎 feat: PWA on iOS (#1602)

This commit is contained in:
Fuegovic 2024-01-20 15:21:40 -05:00 committed by GitHub
parent 3ed6cef58f
commit cf4cdf8b4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 0 deletions

View file

@ -4,6 +4,7 @@
<meta charset="utf-8" />
<meta name="theme-color" content="#343541">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>LibreChat</title>
<link
rel="shortcut icon"
@ -20,6 +21,10 @@
type="image/png"
sizes="16x16"
href="/assets/favicon-16x16.png"
/>
<link
rel="apple-touch-icon"
href="/assets/apple-touch-icon-180x180.png"
/>
<meta
name="viewport"

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -5,6 +5,7 @@
<meta charset="utf-8" />
<meta name="theme-color" content="#343541">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>LibreChat</title>
<link
rel="shortcut icon"
@ -22,6 +23,10 @@
sizes="16x16"
href="/assets/favicon-16x16.png"
/>
<link
rel="apple-touch-icon"
href="/assets/apple-touch-icon-180x180.png"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1"