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