Files
indoireland/next.config.mjs
2025-06-18 18:44:42 +05:30

9 lines
133 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
unoptimized: true,
},
};
export default nextConfig;