mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
Minor improvement
This commit is contained in:
parent
099ff19e7e
commit
2cc5dac911
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -44,7 +44,7 @@ app.set('view engine', 'pug');
|
|||
app.use('/favicon.svg', express.static('favicon.svg'));
|
||||
|
||||
app.use(stringReplace({
|
||||
PLACEHOLDER__XMPP_VCARD_SERVER_DOMAIN: process.env.XMPP_VCARD_SERVER_DOMAIN ? process.env.XMPP_VCARD_SERVER_DOMAIN : 'xmpp-vcard.keyoxide.org'
|
||||
PLACEHOLDER__XMPP_VCARD_SERVER_DOMAIN: process.env.XMPP_VCARD_SERVER_DOMAIN || 'xmpp-vcard.keyoxide.org'
|
||||
}, {
|
||||
contentTypeFilterRegexp: /application\/javascript/,
|
||||
}));
|
||||
|
|
Loading…
Reference in a new issue