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 2632edb44c
commit 1d11d9e35c

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/