mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
📱🍎 feat: PWA on iOS (#1602)
This commit is contained in:
parent
3ed6cef58f
commit
cf4cdf8b4f
3 changed files with 10 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue