Skip to content

Commit

Permalink
fix: use correct API URL for classic.nft.storage (#2558)
Browse files Browse the repository at this point in the history
Allows folks to login to the old NFT.Storage.
  • Loading branch information
Alan Shaw authored Apr 4, 2024
1 parent ad33faf commit cca7d5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/website/lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ if (globalThis.window) {
MAGIC_TOKEN = 'pk_live_9363234DECD6F093'
break
case 'nft.storage':
case 'classic.nft.storage':
API = 'https://api.nft.storage'
MAGIC_TOKEN = 'pk_live_20429A8C4CDEDCF7'
break
Expand Down

0 comments on commit cca7d5b

Please sign in to comment.