We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e246f56 commit e044a8dCopy full SHA for e044a8d
bundles/org.openhab.ui/web/index.html
@@ -39,21 +39,21 @@
39
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
40
<link
41
rel="apple-touch-icon"
42
- href="@/res/icons/apple-touch-icon.png"
+ href="/res/icons/apple-touch-icon.png"
43
type="image/png"
44
sizes="180x180"
45
crossorigin="use-credentials"
46
/>
47
48
rel="icon"
49
- href="@/res/icons/favicon.svg"
+ href="/res/icons/favicon.svg"
50
type="image/svg+xml"
51
sizes="any"
52
53
54
55
56
- href="@/res/icons/128x128.png"
+ href="/res/icons/128x128.png"
57
58
sizes="128x128"
59
0 commit comments