Skip to content

Commit e044a8d

Browse files
authored
Fix wrong favicon, apple-touch-icon & icon hrefs (#3433)
Fixes #3431. Regression from #3350 Signed-off-by: Florian Hotze <[email protected]>
1 parent e246f56 commit e044a8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bundles/org.openhab.ui/web/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,21 @@
3939
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
4040
<link
4141
rel="apple-touch-icon"
42-
href="@/res/icons/apple-touch-icon.png"
42+
href="/res/icons/apple-touch-icon.png"
4343
type="image/png"
4444
sizes="180x180"
4545
crossorigin="use-credentials"
4646
/>
4747
<link
4848
rel="icon"
49-
href="@/res/icons/favicon.svg"
49+
href="/res/icons/favicon.svg"
5050
type="image/svg+xml"
5151
sizes="any"
5252
crossorigin="use-credentials"
5353
/>
5454
<link
5555
rel="icon"
56-
href="@/res/icons/128x128.png"
56+
href="/res/icons/128x128.png"
5757
type="image/png"
5858
sizes="128x128"
5959
crossorigin="use-credentials"

0 commit comments

Comments
 (0)