Files
rudarksh-frontend/next.config.mjs
2025-02-19 17:00:55 +05:30

9 lines
165 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
domains: ["127.0.0.1","admin.guptarudraksha.com"],
},
};
export default nextConfig;