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