Skip to content

Commit

Permalink
fix: change domain to classic-app.nft.storage
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Jun 12, 2024
1 parent 4c78a8f commit 6f6308d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if (globalThis.window) {
MAGIC_TOKEN = 'pk_live_9363234DECD6F093'
break
case 'nft.storage':
case 'classic.nft.storage':
case 'classic-app.nft.storage':
API = 'https://api.nft.storage'
MAGIC_TOKEN = 'pk_live_20429A8C4CDEDCF7'
break
Expand Down

0 comments on commit 6f6308d

Please sign in to comment.