From fa8d23f8fce88c57bf6be9dcb128cc077ce573b0 Mon Sep 17 00:00:00 2001 From: raviramnani Date: Sat, 27 Jul 2024 17:30:47 +0530 Subject: [PATCH] added proxy.pylons.tech as well as ipfs.io so that older images would also open --- buy-now/next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buy-now/next.config.js b/buy-now/next.config.js index 16e9ea3633..d3c980796e 100644 --- a/buy-now/next.config.js +++ b/buy-now/next.config.js @@ -12,7 +12,7 @@ const nextConfig = { reactStrictMode: true, swcMinify: true, images: { - domains: ['proxy.pylons.tech'] + domains: ['proxy.pylons.tech' , 'ipfs.io'] }, publicRuntimeConfig: { // Will be available on both server and client