We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f7ccc4 commit 2cc0136Copy full SHA for 2cc0136
1 file changed
src/layouts/ScheduleLayout.astro
@@ -14,7 +14,6 @@ const { title, description, headline } = Astro.props;
14
<Layout title={title || "Schedule for 2026"} description={description} >
15
<Fragment slot="head">
16
<link rel="manifest" href="/manifest.json" />
17
- <link rel="apple-touch-icon" href="/icons/icon-192x192.png" />
18
<link rel="mask-icon" href="/maskable_icon.png" color="#d4003a">
19
<meta name="msapplication-TileColor" content="#d4003a">
20
<meta name="theme-color" content="#080002">
0 commit comments