79786663

Date: 2025-10-09 16:53:40
Score: 4.5
Natty:
Report link

Did you found it's solution ? , I am also currently stuck in this Problem , My Assets for Tailwind CSS url are not loading because of basePAth change.

/** @type {import('next').NextConfig} */
const nextConfig = {
  images: {
    remotePatterns: [
      {
        protocol: "https",
        hostname: "xyz.net",
      },
    ],
  },

  basePath: "/xperts",
};

export default nextConfig;
Reasons:
  • RegEx Blacklisted phrase (3): Did you found it
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Priyanshu Soni