Fix incorrect relative path (#12582)

Not sure why we didn't see it before but I see errors in the console on
staging when trying to load the manifest.json
This commit is contained in:
Félix Malfait
2025-06-13 08:09:06 +02:00
committed by GitHub
parent 3d57c90e04
commit 05adad4648

View File

@ -6,11 +6,11 @@
<link
rel="icon"
type="image/x-icon"
href="images/icons/android/android-launchericon-48-48.png"
href="/images/icons/android/android-launchericon-48-48.png"
data-rh="true"
/>
<link rel="apple-touch-icon" href="images/icons/ios/192.png" />
<link rel="manifest" href="manifest.json" />
<link rel="apple-touch-icon" href="/images/icons/ios/192.png" />
<link rel="manifest" href="/manifest.json" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="A modern open-source CRM" />