/** * @type {import('next').NextConfig} */ const nextConfig = { experimental: { // serverComponentsHmrCache: false, }, } module.exports = nextConfig