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:
@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user