Skip to content

Commit fef23bd

Browse files
committed
Generic default gateway
1 parent f3af8b7 commit fef23bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/upload.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if (!host || !password) {
3232
process.exit(1);
3333
}
3434

35-
const gateway = process.env.IPFS_HOST || "ipfs.1001.digital";
35+
const gateway = process.env.IPFS_HOST || "ipfs.io";
3636
const auth =
3737
"Basic " + Buffer.from(`${user}:${password}`).toString("base64");
3838

0 commit comments

Comments
 (0)