UNPKG

@iosifnicolae2/nextjs-turbo-redis-cache

Version:

[![npm version](https://img.shields.io/npm/v/@trieb.work/nextjs-turbo-redis-cache.svg)](https://www.npmjs.com/package/@trieb.work/nextjs-turbo-redis-cache) ![Turbo redis cache image](https://github.com/user-attachments/assets/98e0dfd9-f38a-42ad-a355-98437

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