next.js/test/production/app-dir/adapter-partial-fallback/next.config.js
next.config.js10 lines174 B
/**
 * @type {import('next').NextConfig}
 */
const nextConfig = {
  cacheComponents: true,
  adapterPath: require.resolve('./my-adapter.mjs'),
}

module.exports = nextConfig
Quest for Codev2.0.0
/
SIGN IN