next.js/test/production/bundle-size/next.config.js
next.config.js8 lines156 B
/** @type {import('next').NextConfig} */
module.exports = {
  deploymentId: 'test-dpl-id-1234',
  experimental: {
    supportsImmutableAssets: true,
  },
}
Quest for Codev2.0.0
/
SIGN IN