79211221

Date: 2024-11-21 12:52:41
Score: 2.5
Natty:
Report link

Thanks its work ! my next.config.js file code:

/** @type {import('next').NextConfig} */ const nextConfig = { output: "export", trailingSlash: true, // Enables trailing slashes in URLs experimental: { fallbackNodePolyfills: false, }, images: { unoptimized: true, // Required for static export remotePatterns: [ { protocol: "https", hostname: "edyug.com", port: "", pathname: "/img/", // Allows images from the /img directory }, { protocol: "https", hostname: "edyug.com", port: "", pathname: "/media/", // Allows images from the /media directory }, ], }, };

module.exports = nextConfig;

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • No code block (0.5):
  • User mentioned (1): @type
  • Low reputation (1):
Posted by: Shivam Kumar