iris apple-touch-icon
This commit is contained in:
parent
89982793ed
commit
38b647938e
@ -3,5 +3,6 @@
|
||||
"appNameCapitalized": "Snort",
|
||||
"appTitle": "Snort - Nostr",
|
||||
"nip05Domain": "snort.social",
|
||||
"favicon": "public/favicon.ico"
|
||||
"favicon": "public/favicon.ico",
|
||||
"appleTouchIconUrl": "/nostrich_512.png"
|
||||
}
|
||||
|
@ -3,5 +3,6 @@
|
||||
"appNameCapitalized": "Iris",
|
||||
"appTitle": "iris",
|
||||
"nip05Domain": "iris.to",
|
||||
"favicon": "public/iris/favicon.ico"
|
||||
"favicon": "public/iris/favicon.ico",
|
||||
"appleTouchIconUrl": "/img/apple-touch-icon.png"
|
||||
}
|
||||
|
@ -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>
|
||||
|
BIN
packages/app/public/iris/img/apple-touch-icon.png
Normal file
BIN
packages/app/public/iris/img/apple-touch-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
@ -64,6 +64,7 @@ const config = {
|
||||
excludeChunks: ["pow", "bench"],
|
||||
templateParameters: {
|
||||
appTitle,
|
||||
appleTouchIconUrl: appConfig.get("appleTouchIconUrl"),
|
||||
},
|
||||
}),
|
||||
new HtmlWebpackPlugin({
|
||||
|
Loading…
x
Reference in New Issue
Block a user