Faiyam Rahman

Results 1 comments of Faiyam Rahman

Hi I'm running into the same issue. @andreisoare I tried your hack. This is my `next.config.js` ``` module.exports = { assetPrefix: process.env.VERCEL_URL, images: { domains: [process.env.VERCEL_URL], path: `${process.env.VERCEL_URL}/_next/image`, }, };...