1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

fix: Fix path to apple-touch-icon (#948)

This commit is contained in:
knif3 2024-11-18 22:43:28 +01:00 committed by GitHub
parent 480c280ab3
commit 145cfcf268

View file

@ -9,7 +9,7 @@
name="description"
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
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/