diff --git a/src/config/env/dev.json b/src/config/env/dev.json index b78bdde..a3fd909 100644 --- a/src/config/env/dev.json +++ b/src/config/env/dev.json @@ -1,11 +1,11 @@ { "WEARABLE_PREVIEW_URL": "https://wearable-preview.decentraland.zone", - "ACCOUNT_URL": "https://account.decentraland.zone", - "PROFILE_URL": "https://profile.decentraland.zone", - "MARKETPLACE_URL": "https://market.decentraland.zone", - "BUILDER_URL": "https://builder.decentraland.zone", - "DAO_URL": "https://dao.decentraland.zone", - "GOVERNANCE_URL": "https://governance.decentraland.zone", - "EVENTS_URL": "https://events.decentraland.zone", - "PLACES_URL": "https://places.decentraland.zone" + "ACCOUNT_URL": "https://decentraland.zone/account", + "PROFILE_URL": "https://decentraland.zone/profile", + "MARKETPLACE_URL": "https://decentraland.zone/market", + "BUILDER_URL": "https://decentraland.zone/builder", + "DAO_URL": "https://decentraland.zone/dao", + "GOVERNANCE_URL": "https://decentraland.zone/governance", + "EVENTS_URL": "https://decentraland.zone/events", + "PLACES_URL": "https://decentraland.zone/places" } diff --git a/src/config/env/prod.json b/src/config/env/prod.json index 4873d68..20ea776 100644 --- a/src/config/env/prod.json +++ b/src/config/env/prod.json @@ -1,11 +1,11 @@ { "WEARABLE_PREVIEW_URL": "https://wearable-preview.decentraland.org", - "ACCOUNT_URL": "https://account.decentraland.org", - "PROFILE_URL": "https://profile.decentraland.org", - "MARKETPLACE_URL": "https://market.decentraland.org", - "BUILDER_URL": "https://builder.decentraland.org", - "DAO_URL": "https://dao.decentraland.org", - "GOVERNANCE_URL": "https://governance.decentraland.org", - "EVENTS_URL": "https://events.decentraland.org", - "PLACES_URL": "https://places.decentraland.org" + "ACCOUNT_URL": "https://decentraland.org/account", + "PROFILE_URL": "https://decentraland.org/profile", + "MARKETPLACE_URL": "https://decentraland.org/market", + "BUILDER_URL": "https://decentraland.org/builder", + "DAO_URL": "https://decentraland.org/dao", + "GOVERNANCE_URL": "https://decentraland.org/governance", + "EVENTS_URL": "https://decentraland.org/events", + "PLACES_URL": "https://decentraland.org/places" } diff --git a/src/config/env/stg.json b/src/config/env/stg.json index 421b442..5e59817 100644 --- a/src/config/env/stg.json +++ b/src/config/env/stg.json @@ -1,11 +1,11 @@ { "WEARABLE_PREVIEW_URL": "https://wearable-preview.decentraland.today", - "ACCOUNT_URL": "https://account.decentraland.today", - "PROFILE_URL": "https://profile.decentraland.today", - "MARKETPLACE_URL": "https://market.decentraland.today", - "BUILDER_URL": "https://builder.decentraland.today", - "DAO_URL": "https://dao.decentraland.today", - "GOVERNANCE_URL": "https://governance.decentraland.today", - "EVENTS_URL": "https://events.decentraland.today", - "PLACES_URL": "https://places.decentraland.today" + "ACCOUNT_URL": "https://decentraland.today/account", + "PROFILE_URL": "https://decentraland.today/profile", + "MARKETPLACE_URL": "https://decentraland.today/market", + "BUILDER_URL": "https://decentraland.today/builder", + "DAO_URL": "https://decentraland.today/dao", + "GOVERNANCE_URL": "https://decentraland.today/governance", + "EVENTS_URL": "https://decentraland.today/events", + "PLACES_URL": "https://decentraland.today/places" }