Skip to content

Commit cca7d5b

Browse files
author
Alan Shaw
authored
fix: use correct API URL for classic.nft.storage (#2558)
Allows folks to login to the old NFT.Storage.
1 parent ad33faf commit cca7d5b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/website/lib/constants.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ if (globalThis.window) {
2020
MAGIC_TOKEN = 'pk_live_9363234DECD6F093'
2121
break
2222
case 'nft.storage':
23+
case 'classic.nft.storage':
2324
API = 'https://api.nft.storage'
2425
MAGIC_TOKEN = 'pk_live_20429A8C4CDEDCF7'
2526
break

0 commit comments

Comments
 (0)