mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
Redirect fix
This commit is contained in:
parent
a7be0d82c7
commit
67d589e163
@ -55,7 +55,7 @@ const AppGateway = {
|
||||
if (subdomain) {
|
||||
// Some whitelabels have landing pages so we should not automatically redirect from / to /collection.
|
||||
// Only www and cc do not have a landing page.
|
||||
if (subdomain !== 'cc' || subdomain === 'bokk') {
|
||||
if (subdomain !== 'cc' && subdomain !== 'bokk') {
|
||||
redirectRoute = null;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user