Skip to content

Commit

Permalink
feat: change domain to path for static sites
Browse files Browse the repository at this point in the history
  • Loading branch information
Melisa Anabella Rossi committed Dec 1, 2023
1 parent 2fcf8de commit 71b7d0f
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion src/components/NFTCard/NFTCard.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Estate.args = {
updatedAt: 1696000955000,
soldAt: 0
},
href: 'https://market.decentraland.org'
href: 'https://decentraland.org/marketplace'
}
export const ENS = Template.bind({})
ENS.args = {
Expand Down
4 changes: 2 additions & 2 deletions src/components/Profile/Profile.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ storiesOf('Profile', module)
avatar={avatar}
inline
as="a"
href="https://market.decentraland.zone/accounts/0x89805E5f0698Cb4dB57f0E389f2a75259f78CCF6"
href="https://decentraland.zone/marketplace/accounts/0x89805E5f0698Cb4dB57f0E389f2a75259f78CCF6"
target="_blank"
/>
</>
Expand All @@ -157,7 +157,7 @@ storiesOf('Profile', module)
address="0x89805E5f0698Cb4dB57f0E389f2a75259f78CCF6"
inline
as={'a'}
href="https://market.decentraland.zone/accounts/0x89805E5f0698Cb4dB57f0E389f2a75259f78CCF6"
href="https://decentraland.zone/marketplace/accounts/0x89805E5f0698Cb4dB57f0E389f2a75259f78CCF6"
target="_blank"
/>
</>
Expand Down
10 changes: 5 additions & 5 deletions src/config/env/dev.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"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",
"ACCOUNT_URL": "https://decentraland.zone/account",
"PROFILE_URL": "https://decentraland.zone/profile",
"MARKETPLACE_URL": "https://decentraland.zone/marketplace",
"BUILDER_URL": "https://decentraland.zone/builder",
"DAO_URL": "https://decentraland.zone/dao",
"GOVERNANCE_URL": "https://governance.decentraland.zone",
"EVENTS_URL": "https://events.decentraland.zone",
"PLACES_URL": "https://places.decentraland.zone"
Expand Down
12 changes: 6 additions & 6 deletions src/config/env/prod.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"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",
"1": "https://wearable-preview.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://governance.decentraland.org",
"EVENTS_URL": "https://events.decentraland.org",
"PLACES_URL": "https://places.decentraland.org"
Expand Down
10 changes: 5 additions & 5 deletions src/config/env/stg.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"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",
"ACCOUNT_URL": "https://decentraland.today/account",
"PROFILE_URL": "https://decentraland.today/profile",
"MARKETPLACE_URL": "https://decentraland.today/marketplace",
"BUILDER_URL": "https://decentraland.today/builder",
"DAO_URL": "https://decentraland.today/dao",
"GOVERNANCE_URL": "https://governance.decentraland.today",
"EVENTS_URL": "https://events.decentraland.today",
"PLACES_URL": "https://places.decentraland.today"
Expand Down

0 comments on commit 71b7d0f

Please sign in to comment.