/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, experimental:{appDir: true}, /*webpack: (config) => { config.experiments = { topLevelAwait: true, layers: true, } return config },*/ } module.exports = nextConfig