Skip to content

Commit

Permalink
fix: change domain to classic-app.nft.storage (#2677)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw authored Jun 12, 2024
1 parent ac43e13 commit d8c766c
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 d8c766c

Please sign in to comment.