Nishant Borthakur

Results 1 comments of Nishant Borthakur

try replacing your next.config.js with the following: /** @type {import('next').NextConfig} */ const nextConfig = { assetPrefix: process.env.NODE_ENV === "production" ? "/" : "./", webpack: config => { config.watchOptions = {...