fix: remove arweave cdn

This commit is contained in:
bartosz-lipinski 2021-06-02 11:18:20 -05:00
parent ee1d9e38d5
commit 53a6507c46
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ export const useArt = (id?: PublicKey | string) => {
);
useEffect(() => {
const USE_CDN = true;
const USE_CDN = false;
const routeCDN = (uri: string) => {
let result = uri;
if (USE_CDN) {