UNPKG

@safaricom-mxl/nextjs-turbo-redis-cache

Version:

Next.js redis cache handler

7 lines (5 loc) 171 B
/** @type {import('next').NextConfig} */ const nextConfig = { cacheHandler: require.resolve("@safaricom-mxl/nextjs-turbo-redis-cache"), }; module.exports = nextConfig;