/** @type {import('next').NextConfig} */ const nextConfig = { images: { domains: ['localhost'], }, outputFileTracingRoot: __dirname, }; module.exports = nextConfig;