We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd8e8a commit 34a4910Copy full SHA for 34a4910
1 file changed
src/routes/opensearch.js
@@ -22,7 +22,7 @@ router.get('/', async (req, res) => {
22
height: '16',
23
type: 'image/png',
24
},
25
- _: 'https://${domain}/postmarks-favicon.ico',
+ _: `https://${domain}/postmarks-favicon.ico`,
26
27
Url: {
28
$: {
0 commit comments