/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, // images: { // loader: "custom" // }, } module.exports = nextConfig