mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
[bug] fix default banner
This commit is contained in:
parent
43cab2e7f2
commit
f4ef2ae778
@ -8,7 +8,7 @@ const translations = loadSuml('translations');
|
||||
const locale = config.locale;
|
||||
const title = translations.title;
|
||||
const description = translations.description;
|
||||
const banner = process.env.BASE_URL + '/banner/zaimki.png';
|
||||
const banner = process.env.BASE_URL + '/api/banner/zaimki.png';
|
||||
const colour = '#C71585';
|
||||
|
||||
const bodyParser = require('body-parser');
|
||||
|
Loading…
x
Reference in New Issue
Block a user