next.js/test/production/app-dir/hash-salt/next.config.js
next.config.js9 lines288 B
/** @type {import('next').NextConfig} */
module.exports = {
  experimental: {
    // Allow tests to inject outputHashSalt via env var without touching source.
    outputHashSalt: process.env.OUTPUT_HASH_SALT_CONFIG || undefined,
  },
  adapterPath: require.resolve('./my-adapter.mjs'),
}
Quest for Codev2.0.0
/
SIGN IN