Files
keystone/next.config.mjs
2025-07-30 13:44:47 +05:30

9 lines
133 B
JavaScript

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