diff --git a/app/providers/compressed-nft.tsx b/app/providers/compressed-nft.tsx index 3aff1aa8..db584847 100644 --- a/app/providers/compressed-nft.tsx +++ b/app/providers/compressed-nft.tsx @@ -64,6 +64,9 @@ export const useCompressedNft = makeCache<{ address: string; url: string }, Comp id: address, }, }), + headers: { + 'content-type': 'application/json', + }, method: 'POST', }) .then(response => response.json())