Skip to content

Commit 8b6bfb6

Browse files
authored
Update meta images
Signed-off-by: Damian Perera <15967502+damianperera@users.noreply.github.com>
1 parent 9b4566a commit 8b6bfb6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

frontend/public/index.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
<!--
1313
Favicons
1414
-->
15-
<link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/apple-touch-icon.png">
16-
<link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/favicon-32x32.png">
17-
<link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon-16x16.png">
18-
<link rel="manifest" href="%PUBLIC_URL%/site.webmanifest">
19-
<link rel="mask-icon" href="%PUBLIC_URL%/safari-pinned-tab.svg" color="#4563a3">
15+
<link rel="apple-touch-icon" sizes="180x180" href="https://mvg.apps.perera.io/apple-touch-icon.png">
16+
<link rel="icon" type="image/png" sizes="32x32" href="https://mvg.apps.perera.io/favicon-32x32.png">
17+
<link rel="icon" type="image/png" sizes="16x16" href="https://mvg.apps.perera.io/favicon-16x16.png">
18+
<link rel="manifest" href="https://mvg.apps.perera.io/site.webmanifest">
19+
<link rel="mask-icon" href="https://mvg.apps.perera.io/safari-pinned-tab.svg" color="#4563a3">
2020
<meta name="msapplication-TileColor" content="#4563a3">
2121
<meta name="theme-color" content="#4563a3">
2222

@@ -28,8 +28,8 @@
2828
<meta property="og:site_name" content="MVG Departures" />
2929
<meta property="og:title" content="MVG Departures" />
3030
<meta property="og:description" content="Track nearby public transport departures in Munich from the comfort of your home in Munich, Germany." />
31-
<meta property="og:url" content="%PUBLIC_URL%" />
32-
<meta property="og:image" content="%PUBLIC_URL%/banner.jpg" />
31+
<meta property="og:url" content="https://mvg.apps.perera.io" />
32+
<meta property="og:image" content="https://mvg.apps.perera.io/banner.jpg" />
3333
<meta property="og:image:width" content="1280" />
3434
<meta property="og:image:height" content="640" />
3535

@@ -39,7 +39,7 @@
3939
<meta name="twitter:card" content="summary_large_image" />
4040
<meta name="twitter:description" content="Track nearby public transport departures from the comfort of your home in Munich, Germany." />
4141
<meta name="twitter:title" content="MVG Departures" />
42-
<meta name="twitter:image" content="%PUBLIC_URL%/banner.jpg" />
42+
<meta name="twitter:image" content="https://mvg.apps.perera.io/banner.jpg" />
4343
<meta name="twitter:creator" content="@DamianPerera">
4444

4545
<!--
@@ -50,7 +50,7 @@
5050
<meta name="googlebot" content="notranslate">
5151
<meta itemprop="name" content="MVG Departures">
5252
<meta itemprop="description" content="Track nearby public transport departures from the comfort of your home in Munich, Germany.">
53-
<meta itemprop="image" content="%PUBLIC_URL%/banner.jpg">
53+
<meta itemprop="image" content="https://mvg.apps.perera.io/banner.jpg">
5454

5555
<!--
5656
Google Structured Data (https://developers.google.com/search/docs/appearance/structured-data/software-app)

0 commit comments

Comments
 (0)