fix meta image preview links

This commit is contained in:
2025-05-11 13:36:32 +01:00
parent b04fa3c48d
commit 82de3d5a33
3 changed files with 6 additions and 6 deletions

View File

@@ -7,11 +7,11 @@
<meta name="description" content="Daily weather summary delivered to you at 7am.">
<meta property="og:title" content="7am Weather">
<meta property="og:description" content="Daily weather summary delivered to you at 7am.">
<meta property="og:image" content="/hero.png">
<meta property="og:image" content="https://7am.is/hero.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="7am Weather">
<meta name="twitter:description" content="Daily weather summary delivered to you at 7am.">
<meta name="twitter:image" content="/hero.png">
<meta name="twitter:image" content="https://7am.is/hero.png">
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="manifest" href="/manifest.json">

View File

@@ -7,11 +7,11 @@
<meta name="description" content="7am instructions for iOS users">
<meta property="og:title" content="7am Weather">
<meta property="og:description" content="7am instructions for iOS users">
<meta property="og:image" content="/hero.png">
<meta property="og:image" content="https://7am.is/hero.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="7am Weather">
<meta name="twitter:description" content="7am instructions for iOS users">
<meta name="twitter:image" content="/hero.png">
<meta name="twitter:image" content="https://7am.is/hero.png">
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="manifest" href="/manifest.json">

View File

@@ -7,11 +7,11 @@
<meta name="description" content="Weather summary for {{.LocationName}}">
<meta property="og:title" content="7am Weather">
<meta property="og:description" content="Weather summary for {{.LocationName}}">
<meta property="og:image" content="/hero.png">
<meta property="og:image" content="https://7am.is/hero.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="7am Weather">
<meta name="twitter:description" content="Weather summary for {{.LocationName}}">
<meta name="twitter:image" content="/hero.png">
<meta name="twitter:image" content="https://7am.is/hero.png">
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="manifest" href="/manifest.json">