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