Joyboy

Results 1 comments of Joyboy

Maybe you can try modifying `next.config.mjs`. ```mjs /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: false, webpack: (config, { buildId, dev, isServer, defaultLoaders, webpack }) => { if (!isServer)...