iris apple-touch-icon

This commit is contained in:
Martti Malmi
2023-10-04 16:53:12 +03:00
parent 89982793ed
commit 38b647938e
5 changed files with 6 additions and 3 deletions

View File

@ -9,7 +9,7 @@
name="keywords"
content="nostr snort fast decentralized social media censorship resistant open source software" />
<link rel="preconnect" href="https://imgproxy.snort.social" />
<link rel="apple-touch-icon" href="/nostrich_512.png" />
<link rel="apple-touch-icon" href="<%= htmlWebpackPlugin.options.templateParameters.appleTouchIconUrl %>" />
<link rel="manifest" href="/manifest.json" />
<title><%= htmlWebpackPlugin.options.templateParameters.appTitle %></title>
</head>