remove apple touch icon

This commit is contained in:
vcoppe
2025-05-08 18:54:46 +02:00
parent 8aa8a77260
commit 7e8f1acf67
2 changed files with 0 additions and 1 deletions

View File

@@ -39,7 +39,6 @@ export async function handle({ event, resolve }) {
<meta name="twitter:site" content="@gpxstudio" />
<meta name="twitter:creator" content="@gpxstudio" />
<link rel="alternate" hreflang="x-default" href="https://gpx.studio${getURLForLanguage('en', path)}" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="manifest" href="/${language}.manifest.webmanifest" />`;
for (let lang of Object.keys(languages)) {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB