/** @type {import('next').NextConfig} */ module.exports = { deploymentId: 'test-dpl-id-1234', experimental: { supportsImmutableAssets: true, }, }