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:
parent
480c280ab3
commit
145cfcf268
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue