[user] indieauth - fix

This commit is contained in:
Andrea 2022-04-23 11:20:17 +02:00
parent 14a16c5cab
commit d8303d8c83
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ const normalizeDomainName = (domain) => {
return url.hostname;
}
const baseUrl = process.env.HOME_URL || 'https://pronouns.page';
const baseUrl = process.env.BASE_URL || process.env.HOME_URL || 'https://pronouns.page';
const config = {
mastodon: {