UNPKG

@trieb.work/nextjs-turbo-redis-cache

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