Next.js Discord

Discord Forum

cache handler

Unanswered
BannedNull posted this in #help-forum
Open in Discord
The cacheHandler only takes effect when using unstable_cache ?

import path from "path";

const nextConfig: NextConfig = {
  cacheHandler: path.resolve("./cache.mjs"),
};

0 Replies