From b7f59039d0aa43b7c1876bd1933cf8ada3b5e793 Mon Sep 17 00:00:00 2001 From: Jesse Clark Date: Wed, 30 Oct 2024 17:03:47 +0200 Subject: [PATCH] prefix ipfs link (#325) --- src/config/ipfsGateways.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/ipfsGateways.ts b/src/config/ipfsGateways.ts index c569ee2b..eaf19c26 100644 --- a/src/config/ipfsGateways.ts +++ b/src/config/ipfsGateways.ts @@ -1,5 +1,5 @@ export const ipfsGateways = [ - 'https://red-legislative-meadowlark-461.mypinata.cloud', + 'https://red-legislative-meadowlark-461.mypinata.cloud/ipfs/', 'https://ipfs.io/ipfs/', 'https://gateway.pinata.cloud/ipfs/', 'https://dweb.link/ipfs/',