We don't have full web app support yet

Plus, Apple doesn't do much for PWAs anyway. One reason for removing this until
we test it out in actuality is because there were reports of the semi-PWA
caching causing issues.
This commit is contained in:
Manav Rathi 2024-04-05 09:38:48 +05:30
parent 039387a84e
commit 9785bbcb26
No known key found for this signature in database

View file

@ -9,7 +9,6 @@ export default function EnteDocument() {
content="Ente - end-to-end encrypted cloud with open-source apps"
/>
<link rel="icon" href="/images/favicon.png" type="image/png" />
<meta name="apple-mobile-web-app-capable" content="yes" />
</Head>
<body>
<Main />