diff --git a/server.ts b/server.ts index b5c25fe..fc79659 100644 --- a/server.ts +++ b/server.ts @@ -49,10 +49,16 @@ app.use('/opensearch.xml', async function (req, res) { ${CONFIG.SEARCH_INSTANCE.NAME} ${CONFIG.SEARCH_INSTANCE.DESCRIPTION} - favicon.png - en + ${url}/img/favicon.png + * + + + + open + true UTF-8 - + UTF-8 + Framasoft: contact.framasoft.org `).type('application/xml').status(200).end() }) app.use('/*', async function (req, res) {