/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: false, // React Strict Mode is off images: { minimumCacheTTL: 2592000, domains: ["storage.vesmeh.com"], remotePatterns: [ { protocol: "https", hostname: "storage.vesmeh.com", }, ], }, }; export default nextConfig; // images: { // minimumCacheTTL: 2592000, // domains: ["storage.bonsaigallery.shop"], // remotePatterns: [ // { // protocol: "https", // hostname: "storage.bonsaigallery.shop", // }, // ], // },