appName from config.json

This commit is contained in:
Martti Malmi
2023-09-26 08:02:42 +03:00
parent 5d698e550e
commit 1f6e1886b3
8 changed files with 31 additions and 3 deletions

View File

@ -11,7 +11,7 @@
<link rel="preconnect" href="https://imgproxy.snort.social" />
<link rel="apple-touch-icon" href="/nostrich_512.png" />
<link rel="manifest" href="/manifest.json" />
<title>Snort - Nostr</title>
<title><%= htmlWebpackPlugin.options.templateParameters.appTitle %></title>
</head>
<body>
<div id="root"></div>