Skip to content

Commit

Permalink
Fix iTunes meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoedde committed Dec 11, 2024
1 parent f81c50c commit f029d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/LaunchHtml.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export async function renderHtml(scripts, env) {
<meta itemprop="name" content="Turn ON Privacy">
<meta itemprop="description" content="Get a free email account with quantum-safe encryption and best privacy on all your devices. Green, secure &amp; no ads!">
<meta itemprop="image" content="https://tuta.com/images/share_image.png">
<meta name="apple-itunes-app" content="app-id=id922429609, affiliate-data=10lSfb">
<meta name="apple-itunes-app" content="app-id=922429609, app-argument=https://app.tuta.com">
</head>
<body style="background-color:transparent">
<noscript>This site requires javascript to be enabled. Please activate it in the settings of your browser.</noscript>
Expand Down

0 comments on commit f029d5f

Please sign in to comment.