/ next.config.mjs
next.config.mjs
1  /** @type {import('next').NextConfig} */
2  const nextConfig = {};
3  
4  export default nextConfig;