/** * @type {import('next').NextConfig} */ const nextConfig = { deploymentId: 'test-deployment-id', } module.exports = nextConfig