1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 05:09:43 +02:00

fix: apple-touch-icon not found

This commit is contained in:
Roland Szuts 2024-11-18 16:41:53 +01:00
parent 96956e1268
commit 42008995ff

View file

@ -9,7 +9,7 @@
name="description" name="description"
content="Planka is an open source project management software" content="Planka is an open source project management software"
/> />
<link rel="apple-touch-icon" href="logo192.png" /> <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!-- <!--
manifest.json provides metadata used when your web app is installed on a manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/