next.js/test/e2e/app-dir/use-offline/next.config.js
next.config.js15 lines247 B
/**
 * @type {import('next').NextConfig}
 */
const nextConfig = {
  cacheComponents: true,
  experimental: {
    useOffline: true,
    varyParams: true,
    optimisticRouting: true,
    cachedNavigations: true,
  },
}

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