/** * @type {import('next').NextConfig} */ const nextConfig = { images: { loaderFile: '/dummy-loader.ts', }, } module.exports = nextConfig